metanorma / tex2mn

Write Metanorma documents in LaTeX
https://www.metanorma.com
MIT License
2 stars 0 forks source link

Check verbatim rendering #83

Open paolobrasolin opened 4 years ago

paolobrasolin commented 4 years ago

Should

\begin{verbatim}
?
\end{verbatim}

render

as

====
....
?
....
====

like now, or

----
?
----

?