zgulde / markdown-to-anki

Write anki flashcards in markdown
42 stars 4 forks source link

Incorrect output of even your text example #3

Open Max604 opened 4 years ago

Max604 commented 4 years ago

Hi I am attempting to convert your .md to html in a .txt and it's incorrect

I get:

<p>Here is a question for the first card:</p> <hr> <p>And here is the answer</p> <p>===</p> <p>This is a question on the second card</p> <hr> <p>and yet another answer</p> <p>===</p> <p>Here&#39;s a card</p> <p>with multiple paragraphs</p> <hr> <ul> <li>and</li> <li>a</li> <li>bulleted</li> <li>list</li> </ul> undefined

AND it always says 'undefined' which is preceded by a tab.

Thanks, I would really love to use this working!