Converts GFM to Limited LaTeX Format for Codeforces Polygon Statement
This project depends on cmark-gfm, But no additional installation is required.
When running cmake, dependencies will downloaded automatically.
Use stdio with pipelining
cat [input] | ./md2pst > [output]Serve file name
./md2pst [input] > [output]Get output to stdout
./md2pst [input]Mathematical expression is not defined in cmark-gfm.
Cause this project neither changes GFM format nor adds specific syntax, using mathematical expression and $ character needs caution.
For additional information about supporting mathematical expression in GFM, read the discussion at cmark-gfm issue tracker.