Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.5 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.5 KB

This plugin is now deprecated (no longer maintained). A new plugin Emdepub (GitHub) is doing the same but using more "modern" Eclipse technologies, and can also create ePub books.

Markdown Semantic Eclipse Plug-in

Markdown Semantic is an Eclipse plug-in that displays and edits Markdown (.md) files. It's based on two components:

  • Flexmark - to parse, format and render Markdown
  • SemanticUI - to apply style to the rendered HTML

It also uses highlight.js to format rendered source code

The main goals are speed and quality for both the syntax highlight and the resulted HTML. These qualities don’t seem to be entirely fulfilled by the existing Markdown Eclipse plug-ins

Besides the normal MD formatting, some particular preferences can be applied (such as text justify, center headers) but these will be visible only on the exported HTML, not if the MD is rendered in another engine

More information and some screenshots can be found on the project site markdownsemanticep.org


Install as a normal Eclipse plug-in:

Help -> Install new software...

And then add the site http://markdownsemanticep.org/update


© 2017 markdownsemanticep.org