github Edditoria/markdown-plus-plus v3.0.0

latest releases: v3.4.0, v3.3.0, checkpoint/end-of-v2...
4 years ago

Breaking Changes

  • This repo is now a npm package. Simply run npm install for development.
  • Users can make use of npx to fetch (download) UDL files in command line. If you have Node.js installed, try to run for details: npx markdown-plus-plus --help.
  • Use Handlebars.js instead of Mustache.js for further improvement in future.
  • Options, in config files, are being organized in 3 categories:
    1. GitHub Flavored Markdown (not implemented yet, but later).
    2. Goodies: Eye candy highlighting. Not standard markdown syntax.
    3. Flags: Danger zone that has side-effect, and for experimental purpose.

Comparing v3.0.0 to v2.2.0, there is no change on the build output, i.e. the UDL XML files. However, please expect there will be some change breaking backward compatibility.

Don't miss a new markdown-plus-plus release

NewReleases is sending notifications on new releases.