Skip to content

Commit dc58fa6

Browse files
committed
docs(HTML): Document native_divs behavior for attributed p tags
- Update MANUAL.txt to reflect `native_divs` wrapping of attributed `<p>` tags.
1 parent 6a47c89 commit dc58fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MANUAL.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5377,7 +5377,7 @@ from being interpreted as Markdown.
53775377

53785378
### Extension: `native_divs` ###
53795379

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.
53815381
For the most part this should give the same output as
53825382
`markdown_in_html_blocks`, but it makes it easier to write pandoc
53835383
filters to manipulate groups of blocks.

0 commit comments

Comments
 (0)