Converter
API
Converter.java
class Converter {
String mdToHtml(String markdown) (1)
}
1 | mdToHtml(String)
For syntax highlighting to work, the client/browser needs to load specific Javascript and CSS. The framework supports this out of the box with its various viewers, using Prism web-jars. |