You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MANUAL.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5377,7 +5377,7 @@ from being interpreted as Markdown.
5377
5377
5378
5378
### Extension: `native_divs` ###
5379
5379
5380
-
Use native pandoc `Div` blocks for content inside `<div>` tags.
5380
+
Use native pandoc `Div` blocks for content inside `<div>` tags. This extension also influences how HTML `<p>` tags with attributes are processed, by wrapping them in `Div` blocks to better preserve their attributes during conversion.
5381
5381
For the most part this should give the same output as
5382
5382
`markdown_in_html_blocks`, but it makes it easier to write pandoc
0 commit comments