latex table to markdown code example
Example 1: markdown in latex
% In your preamble
\usepackage[smartEllipses]{markdown}
% In the main body of your document
\markdownInput{example.md}
Example 2: markdown in latex
% In your preamble
\usepackage[fencedCode]{markdown}
% In the main body of your document
~~~~
# Let me re-iterate ...
for i in 1 .. 10 { do-something(i) }
~~~~