For information, the documentation of the following model is properly displayed in recent versions of Dymola, including equations, tables and images (the file image.png is located in the package directory Test_image and referenced via a Modelica relative URl):
within Test_image;model Test_markdown annotation (Documentation(info="# Markdown test modelModel to test Markdown documentation## First points ### Some mathsThe *main* equation would be: \\\\(W_{TH}=\\alpha S(T_1-T_2)\\\\)If you want to give it **more** importance (centered on its own line):$$W_{TH}=hS(T_1-T_2)$$### Some tablesParameters | Description | Unit---: | :--- | :---: \\\\(\\alpha\\\\) | Coefficient | \\\\(W/m^2K\\\\)S | Exchange surface |\\\\(m^2\\\\)## Some imagesUsing a *Modelica* relative path", revisions="First Trial"));end Test_markdown;
This example can be used to develop documentation in ThermoSysPro components.