<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2017-02-16 12:00 GMT+01:00  <span dir="ltr"><<a href="mailto:tex-live-request@tug.org" target="_blank">tex-live-request@tug.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
one possibility for a general markdown convertor that could possibly<br>
be included in texlive by default would be to use the markdown.lua<br>
from<br>
<a href="https://github.com/mpeterv/markdown" rel="noreferrer" target="_blank">https://github.com/mpeterv/<wbr>markdown</a><br>
I haven't tested it much but it worked quite well on a couple of<br>
README.md files that I tried<br>
eg<br>
<br>
texlua markdown.lua<br>
/usr/local/texlive/2016/texmf-<wbr>dist/doc/latex/bxjalipsum/<wbr>README.md<br>
<br>
which made a reasonable README.html and avoids having to handle<br>
Japanese characters in the terminal with less or more.<br>
<br>
It's only 38K of lua in a single file so quite a lightweight addition.<br></blockquote><div><br></div><div>Hello David,<br></div><div><br></div><div>I will just add that there already exist a couple of markdown converters<br>in TeX Live; namely <a href="https://www.ctan.org/pkg/markdown">https://www.ctan.org/pkg/markdown</a> and<br><a href="http://source.contextgarden.net/tex/context/modules/mkiv/m-markdown.lua">http://source.contextgarden.net/tex/context/modules/mkiv/m-markdown.lua</a><br>from the m-markdown ConTeXt module. Either could be used to typeset<br>the documentation, although conversion to HTML is probably preferable<br></div><div>due to factors such as speed and font / input encoding / text language<br>selection.<br><br></div><div>Best Regards,<br></div><div>Vít<br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
David<br>
</blockquote></div><br></div></div>