-
Notifications
You must be signed in to change notification settings - Fork 882
Closed
Labels
confirmedConfirmed bug report or approved feature request.Confirmed bug report or approved feature request.docsRelated to the project documentation.Related to the project documentation.extensionRelated to one or more of the included extensions.Related to one or more of the included extensions.
Description
It seems that it is impossible to add an attribute the the <pre>
block. It is a block level element, so according to the source code attr_list
will try to get the definition from the last line of the block, but this does not happen, e.g.:
```
code block
{ #something }
```
Will be just rendered as:
code block
{ #something }
Or do I miss something and there is some what re: how one can add an attribute to the <pre>
block in Markdown?
Metadata
Metadata
Assignees
Labels
confirmedConfirmed bug report or approved feature request.Confirmed bug report or approved feature request.docsRelated to the project documentation.Related to the project documentation.extensionRelated to one or more of the included extensions.Related to one or more of the included extensions.