Skip to content

Commit

Permalink
mode identifiers: add orderlist-text1 exclusion #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pglatza committed Jan 6, 2022
1 parent 72c2d44 commit 769d5ac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions xsl/evolve-hub.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -2724,12 +2724,11 @@
and (
(: GI 2018-09-06: [A-Za-z] → \p{L} so that in 'o.ä.' 'o.' won’t be marked up as hub:identifier :)
matches($context, concat($hub:orderedlist-mark-at-start-regex, '\p{L}'))
or
(: exclude simple letter+space variant, example: 'zu 2.4:' :)
matches($context, '^\p{L}+\s')
)
or $hub:already-identified
or $no-identifier-but-simple-equation-starts">
or $no-identifier-but-simple-equation-starts
or (: exclude simple letter+space variant, example: 'zu 2.4:' :)
matches($context, '^\p{L}+\s')">
<xsl:value-of select="." />
</xsl:when>
<xsl:otherwise>
Expand Down

0 comments on commit 769d5ac

Please sign in to comment.