Documentation Text
The Documentation Text component allows for a text source to be displayed according to various documentation source formats. Currently we provide the following choices of the source text formats:
- AsciiDoc
- http://asciidoc.org/
- CommonMark
- http://commonmark.org/
- LaTeX
- https://www.latex-project.org/
- Plain
- This option just surround the text source with a HTML <code> element.
Features
- Choice between the following types of documentation text sources:
- ASCII Doc: Renders HTML of parsed document.
- Common Markup: Renders HTML of parsed document.
- LaTeX Formula: Displays an image (png) of the generated formula
- Plain: Surrounds source code with the "code" html element.
Properties
Component Title
- Title for componentCSS Class
- CSS classes to add to component when renderingDocumentation Text
- Source for the rendered documentation textType
CommonMark
- MarkdownLaTeX Formula
Plain
CSS Classes
- parbase
- section
- vt-doctext
- vtdoctext