Thank you for replying , but I think you misunderstood what we are discussing.
We talking about the markdown format, as well as the Markdown module in the Julia stdlib. mostly the later one.
There’re many markdown tools that can convert markdown to HTML, including Julia’s Markdown module. Most of them support embedding comments in a certian syntax, like what was mentioned in the link @Mason provided.
But all these syntaxes don’t work with Julia’s Markdown module, I wonder if there’s a syntax work well with Julia’s Markdown module so that I can put some local variables into my md files. I tried the methods in the link you post, none of them works either (They set the local varables, but they are not comments to Julia’s Markdown module).
it’s a natural suggestion but note that the Markdown module is not trivial, there’s a few open issues (OTOH treatment of lists over several lines and reflinks) that have been open for a long time.