Skip to content
This repository was archived by the owner on Mar 16, 2020. It is now read-only.

Releases: ksron/Markdown-to-HTML

Markdown-HTML Converter

08 Dec 15:37

Choose a tag to compare

***** Software Engineering Class Project *****

Markdown Syntax by Maruku

Major fixes

  • Unordered list fixed so that it does not print out empty line as a element of a list.
  • Inline html code now only recognized if there is a closing bracket
  • build.xml did not test when there is a existing result file. It is fixed to delete the existing file before testing.