]> Lady’s Gitweb - LesML/commit
Drop langtags on offset text but support on paras
authorLady <redacted>
Sun, 27 Apr 2025 05:21:13 +0000 (01:21 -0400)
committerLady <redacted>
Tue, 31 Mar 2026 02:05:57 +0000 (22:05 -0400)
commit0c826f34b9a00337f05549fcc3b796470b83dc4056fd840c1ee7897820158ca7
treecf902a736fe3558a39cb6d8425f85488ceef4d1a57988ca5c4c768abe9d98a66
parent270379268b6fba8003f66a1d5646ec4cd077df1ed3f433f38145eccf760f52ef
Drop langtags on offset text but support on paras

Now that language attributes can be arbitrarily added to any inline,
  a special syntax for them doesn’t make much sense.
However, that syntax would be useful on block‐level elements.

There isn¦t a real technical reason for the explicit `$´ end of the
  language tag, since the following whitespace could have been used to
  end it also, but it makes the syntax a bit more obvious, matches the
  existing format with the shebangs, and is less likely to conflict
  with i·d syntaxes (which might include `@´ but probably won¦t also
  end in a `$´).

You can still make i·d¦s like `@es$´ if you need by explicitly
  language‐tagging: `¶@es$@en$´.

This commit also allows block sigils to not be followed by a space if
  they are immediately followed by a pilcrow.
README.markdown
parser.xslt
This page took 0.257513 seconds and 4 git commands to generate.