expkg-zone58:text.markdown library module
- Summary
- convert markdown to html text using flexmark-java https://github.com/vsch/flexmark-java
- Tags
-
Author: Andy Bunce
Version: 0.1.0
licence : Apache 2
Functions
md:to-html
md:to-html( md
as
xs:string ) as
xs:string
- md as xs:string
- xs:string
Namespaces
The following namespaces are defined:
| Prefix | Uri |
|---|---|
| a | java:com.vladsch.flexmark.ext.autolink.AutolinkExtension |
| h | java:com.vladsch.flexmark.html.HtmlRenderer |
| hb | java:com.vladsch.flexmark.html.HtmlRenderer$Builder |
| m | java:com.vladsch.flexmark.util.options.MutableDataSet |
| md | expkg-zone58:text.markdown |
| n | java:com.vladsch.flexmark.ast.Node |
| p | java:com.vladsch.flexmark.parser.Parser |
| pb | java:com.vladsch.flexmark.parser.Parser$Builder |
Original Source Code
Not available