-
Notifications
You must be signed in to change notification settings - Fork 900
attr_list does not work with <pre> blocks #965
Copy link
Copy link
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.
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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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 codeattr_listwill try to get the definition from the last line of the block, but this does not happen, e.g.:Will be just rendered as:
Or do I miss something and there is some what re: how one can add an attribute to the
<pre>block in Markdown?