forked from jgm/lunamark
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
commonmarkRelated to making the syntax of markdown follow the CommonMark specRelated to making the syntax of markdown follow the CommonMark specdocumentationRelated the technical documentation, the user manual, and the README filesRelated the technical documentation, the user manual, and the README filesfeature requesthtmlRelated to our support for HTML content.Related to our support for HTML content.luaRelated to the Lua interface and implementationRelated to the Lua interface and implementationquestion
Description
\documentclass{article}
\usepackage{markdown}
\markdownSetup{
renderers = {
inlineHtmlComment = {show this #1!},
},
}
\begin{document}
\begin{markdown}
A useful use of inline HTML comments are side notes.
<!-- Side notes are displayed in the horizontal margins next to the relevant
passages, which makes them *easier for the reader to find* than notes. -->
\end{markdown}
\end{document}
With texlive 2023 I get the expected output:
With texlive 2024 and newer the comment is not shown:

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
commonmarkRelated to making the syntax of markdown follow the CommonMark specRelated to making the syntax of markdown follow the CommonMark specdocumentationRelated the technical documentation, the user manual, and the README filesRelated the technical documentation, the user manual, and the README filesfeature requesthtmlRelated to our support for HTML content.Related to our support for HTML content.luaRelated to the Lua interface and implementationRelated to the Lua interface and implementationquestion