HTML Language Renderer

Get HTML content properly rendered in your generated document!

Installation

The HTML renderer is included in the pxDoc package

 Quick Start

To include HTML content in your Generator, use the language keyword, as shown in the Reference Guide:

 

Extend the language renderer

All language renderers can be extended according to your needs. Check out the Reference Guide or this website to get soon a description on how to extend or develop new language renderers.

 

An example of extension is provided with the Capella enabler. It aims to:

  • Fine tune bullet list rendering
  • Add new types of hyperlinks (Capella defines hyperlinks starting with hlink:// in the description of items...)

You can find the source code of this language extension on GitLab.