-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specify Markdown statements #239
Comments
using |
I think it's nice to actually have the same syntax; both are some kinda of problem-package owned templating, and |
but then |
The reference implementation (so far): Kattis/problemtools#274 |
We have decided that:
|
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
\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.The text was updated successfully, but these errors were encountered: