Closed BaseMax closed 2 years ago
work fine with d5126442bcee800e6b4f1af5d17443a9eace214f of that repo
% ./mdtohtml x.md /dev/stdout
<h2>Authors</h2>
<ul>
<li>Name 1</li>
<li>Name 2</li>
<li>Max Base</li>
</ul>
<p>Anyone is welcome to contribute, change or develop this project. Thanks in advance, Any comments are appreciated.</p>
Thanks, So this bug was solved in the latest version of markdown?
It has always worked liked this. You can test at https://www.codeeval.dev/edit?gistid=ffd3a0a0878920b7a13ea033f8f254f9 (click run
)
More likely something about your input file is incorrect in a subtle way that gets lost. For example make sure newlines are LF (unix) and not CRLF (windows).
C:\Users\Max\go\pkg\mod\github.com\gomarkdown\mdtohtml@v0.0.0-20220720154245-d5126442bcee>mdtohtml test.md test.html
Input file
Output file
Expected output
Authors
Anyone is welcome to contribute, change or develop this project. Thanks in advance, Any comments are appreciated.