Skip to content

notes

Module for notes.

Notes can be either written in markdown or HTML. Markdown -> HTML conversion is performed using markdown-it-py for the conversion. No styles for the display are inserted here.

NotesFormat

Bases: StrEnum

Supported formats for Notes.

Notes

Notes(notes, format=MARKDOWN)

SBML notes.

Initialize notes object.