jupyter / papyri

MIT License
82 stars 17 forks source link

Fixes incorrect parsing of Warning directive #354

Closed melissawm closed 6 months ago

melissawm commented 6 months ago

The Warning directive does not admit a title, see https://docutils.sourceforge.io/docs/ref/doctree.html#warning

Also improves tests for directive parsing.

Before: Screenshot_20231213_075149

After: Screenshot_20231218_113215