MConverter is a LotusScript library that converts Markdown text to Rich Text format for Notes. It only requires text (data type String) and a target NotesRichTextItem object to function.

The following styles can currently be converted:

- H1–H3 headings;

- formatting (bold, italic and bold italic),

- code, either as part of the text or in a block,

- horizontal rules (HR) are either preserved or removed.

Styles that it can recognise and preserve in their existing format:

  • numbered list,
  • unnumbered list.
    The symbols (*+-), as well as the indentation, remain intact. This is mainly due to missing formatting functions in the RTF field. On the other hand, the text's format and appearance remain readable.