Implementation of RDLFormatCode
A simple RDLFormatCode processing function is accessible via the Node API that
handles conversion of a raw desc
property into HTML. Mapping from RDLFC to
HTML is actually pretty trivial, but here are some additional considerations.
The [desc]
tag
Intentionally not implemented.
See SystemRDL Spec Errata for more details.
Markdown Extension
After RDLFormatCode processing, the resulting text is passed through a Markdown formatter. This gives the user the option to use a more modern lightweight markup language as an alternative to RDLFormatCode.