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
It is possible to write comments in markdown which are then treated by the docx writer as Word comments. The syntax is as follows:
I want [I left a comment.]{.comment-start id="0"
author="Jesse Rosenthal" date="2016-05-09T16:13:00Z"}some text to have a
comment []{.comment-end id="0"}on it.
The pandoc reader parses these comments and in the AST we'll get something like:
marviro
changed the title
Add syntax for writing (Word-style) comments in markdown
Add documentation for the syntax for writing (Word-style) comments in markdown
Feb 8, 2024
marviro
pushed a commit
to marviro/pandoc
that referenced
this issue
Feb 9, 2024
It is possible to write comments in markdown which are then treated by the docx writer as Word comments. The syntax is as follows:
The pandoc reader parses these comments and in the AST we'll get something like:
This feature (cf #2994) is not documented in the pandoc manual.
I think it would be useful to add it.
For example, in the part of the manual that talks about pandoc markdown? At the end of the "Inline formatting" section? (
pandoc/MANUAL.txt
Line 5009 in 719f31b
I can make a pull request if you agree with this idea @jgm
The text was updated successfully, but these errors were encountered: