Skip to content

Commit

Permalink
Merge pull request #776 from metanorma/jis_update
Browse files Browse the repository at this point in the history
JIS update
  • Loading branch information
Intelligent2013 authored Dec 5, 2024
2 parents fbdd947 + 9f4c708 commit 538be82
Show file tree
Hide file tree
Showing 2 changed files with 379 additions and 146 deletions.
5 changes: 4 additions & 1 deletion xslt_src/common.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -21064,7 +21064,10 @@

<!-- END: insert cover page image -->

<xsl:variable name="regex_ja_spec">[\uFF08\uFF09]</xsl:variable>
<!-- https://github.com/metanorma/docs/blob/main/109.adoc -->
<!-- U+301A LEFT WHITE SQUARE BRACKET (〚) -->
<!-- U+301B RIGHT WHITE SQUARE BRACKET (〛) -->
<xsl:variable name="regex_ja_spec">[\u301A\u301B]</xsl:variable>
<xsl:template name="insertVerticalChar">
<xsl:param name="str"/>
<xsl:param name="writing-mode">lr-tb</xsl:param>
Expand Down
Loading

0 comments on commit 538be82

Please sign in to comment.