Skip to content

Feature Release

Compare
Choose a tag to compare
@ogobrecht ogobrecht released this 14 Feb 15:40
· 18 commits to master since this release
  • Support for the following Markdown Extra extensions: tables, fenced code blocks, definition lists, footnotes, special attributes, SmartyPants, newlines and strikethrough à la GitHub
  • Support for the well known image substitution strings (also in lowercase) in the live preview: #image_prefix#, #app_images#, #workspace_images# and additionally #images#, which is configurable with a own image function
  • Syntax highlighting in code blocks with highlight.js and the default set of 23 common languages: Apache, Bash, C#, C++, CSS, CoffeeScript, Device Tree (*.dts), Diff, HTML-XML, HTTP, Ini, JSON, Java, JavaScript, Makefile, Markdown, Nginx, Objective-C, PHP, Perl, Python, Ruby, SQL - if you need more or other languages (146 available) then you can create your own custom highlight.js package
  • Custom preview container, which allows you to create a full screen side by side editor - for an example see the online demo app
  • Improved styling of code blocks and lists, inspired by DokuWiki
  • Improved security with a optional sanitizing converter (per default switched on), which only allows whitelisted HTML tags
  • All new options are configurable under Shared Components > User Interface > Component Settings > Markdown[Plugin]