Skip to content

iuscl-ide/MarkdownSemanticEP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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