From: Lady Date: Wed, 17 Sep 2025 02:55:22 +0000 (-0400) Subject: Fix note divs X-Git-Tag: 0.5.1^0 X-Git-Url: https://git.ladys.computer/LesML/commitdiff_plain/e2c9b502e68c218acca2d3c059139f49a2ff74c2 Fix note divs The parser used to erroneously discard all divs, including semantic ones (i·e those with a `@role`). Also, it used to require a variation selector after `⚠`, which didn¦t actually work with the implementation and should not have been required. --- diff --git a/parser.xslt b/parser.xslt index 5ba2248..01889de 100644 --- a/parser.xslt +++ b/parser.xslt @@ -658,7 +658,7 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one - + note @@ -802,6 +802,14 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one + + + + + + + +