- Notifications
You must be signed in to change notification settings - Fork 886
Closed
Labels
duplicateThe issue has been previously reported.The issue has been previously reported.
Description
Parsing this markdown block:
```python # Line 1 # Line 2 ``` {: .no_line_numbers}
(space after ```
only to allow github markdown parsing)
with fenced_code
and attr_list
extensions enabled with default settings
renders this html:
<pre><code class="python"># Line 1 # Line 2 </code></pre> <p>{: .no_line_numbers}</p>
There doesn't seem to be a way to manually specify attributes for code blocks in the current implementation.
Metadata
Metadata
Assignees
Labels
duplicateThe issue has been previously reported.The issue has been previously reported.