Neoteroi / essentials-openapi

Functions to handle OpenAPI Documentation.
MIT License
21 stars 9 forks source link

Wordwrap breaks links and mermaid charts when using use_pymdownx #47

Open ElementalWarrior opened 1 month ago

ElementalWarrior commented 1 month ago
??? note "{{texts.description.title()}}"
    {{operation.description | wordwrap(76) | indent(4)}}
{% endif %}

The wordwrap here breaks long links, and mermaid superfences code blocks.