# \[solved\] In Server Manager XML what is the supported syntax for Documentation

**URL:** https://discourse.paraview.org/t/solved-in-server-manager-xml-what-is-the-supported-syntax-for-documentation/3683
**Category:** Development
**Created:** [February 27, 2020, 1:26pm UTC](https://discourse.paraview.org/t/solved-in-server-manager-xml-what-is-the-supported-syntax-for-documentation/3683 "2020-02-27T13:26:37Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![yohanlty\_total](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/y/ecd19e/32.png) [@yohanlty\_total](https://discourse.paraview.org/u/yohanlty_total)
#### Post date: [February 27, 2020, 1:26pm UTC](https://discourse.paraview.org/t/solved-in-server-manager-xml-what-is-the-supported-syntax-for-documentation/3683/1 "2020-02-27T13:26:37Z")

</div>

Hello,

I am writting a plugin and in the Server Manager XML to specify the GUI I noticed that in the “Documentation” entry you can put things in _italics_ and in **bold**.  
Since I would like to add some mathematical formulas, I would like to know what is the full syntax.

I have tried the “\n” as “endofline” without success. Have you noticed any keyword or syntax highlighting ?  
A link to some kind of specifications (markdown cheat sheet) or something similar would be ideal.

Best regards,

An humble wannabe developer

---

<div class="post-metadata">

### Author: ![utkarsh.ayachit](https://discourse.paraview.org/user_avatar/discourse.paraview.org/utkarsh.ayachit/32/39_2.png) [@utkarsh.ayachit](https://discourse.paraview.org/u/utkarsh.ayachit)
#### Post date: [February 27, 2020, 2:37pm UTC](https://discourse.paraview.org/t/solved-in-server-manager-xml-what-is-the-supported-syntax-for-documentation/3683/2 "2020-02-27T14:37:27Z")

</div>

The documentation formatting support is very basic at this point and anything more complicated like mathtext or systax highlighting is not supported. Here are the [docs](https://kitware.github.io/paraview-docs/nightly/cxx/ProxyDocumentationFormatting.html)

---

<div class="post-metadata">

### Author: ![yohanlty\_total](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/y/ecd19e/32.png) [@yohanlty\_total](https://discourse.paraview.org/u/yohanlty_total)
#### Post date: [February 27, 2020, 2:43pm UTC](https://discourse.paraview.org/t/solved-in-server-manager-xml-what-is-the-supported-syntax-for-documentation/3683/3 "2020-02-27T14:43:19Z")

</div>

Thank you Utkarsh for the quick answer and the link to the doc.  
Even if it is basic, this should be enough for most of the cases since the formulas are quite simple.  
I will use what is available.

Have a nice day,
