There should be a section specifying Markdown statements (similar to the section specifying LaTeX).
I think the Markdown dialect we want to us is:
- CommonMark
- +
$ and $$ for math
- + tables
- + footnotes
Also we should consider equivalents of all the commands defined for LaTeX:
\problemname
\illustration
\nextsample
\remainingsamples
We might not need all of them, but definitely the sample ones.
I would suggest using {{ }} syntax for these. E.g. {{nextsample}} for including the next sample.
There should be a section specifying Markdown statements (similar to the section specifying LaTeX).
I think the Markdown dialect we want to us is:
$and$$for mathAlso we should consider equivalents of all the commands defined for LaTeX:
\problemname\illustration\nextsample\remainingsamplesWe might not need all of them, but definitely the sample ones.
I would suggest using
{{ }}syntax for these. E.g.{{nextsample}}for including the next sample.