bpm.markdown
Rendu Markdown sécurisé.
Titre
Paragraphe avec gras et italique.
- Item 1
- Item 2
Fin.
Python
bpm.markdown(text="""## Titre
Paragraphe avec **gras** et *italique*.
...""")| Prop | Type | Défaut | Requis | Description |
|---|---|---|---|---|
text | string | — | Oui | Contenu Markdown. Utilisez --- sur une ligne pour une ligne horizontale (hr). |
className | string | — | Non | Classes CSS. |
Exemples
bpm.markdown(text="## Procédure\n\n1. Valider le devis\n2. Envoyer au client.")bpm.markdown(text=content)bpm.markdown(text="**Important** : voir la notice.")bpm.markdown(text="---\nSection suivante")