Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Aug 26, 2024
1 parent 8fef173 commit 032130e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grammars/basicdoc.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ pure_tt = element tt { PureTextElement* }
keyword = element keyword { (PureTextElement|index|index-xref)* }
sub = element sub { PureTextElement* }
sup = element sup { PureTextElement* }
strike = element strike { (PureTextElement|stem|eref|xeref|hyperlink|index|index-xref)* }
strike = element strike { (PureTextElement|stem|eref|xref|hyperlink|index|index-xref)* }
pure_strike = element strike { PureTextElement* }
underline = element underline {
attribute style { text }?,
Expand Down
2 changes: 1 addition & 1 deletion grammars/basicdoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@
<ref name="PureTextElement"/>
<ref name="stem"/>
<ref name="eref"/>
<ref name="xeref"/>
<ref name="xref"/>
<ref name="hyperlink"/>
<ref name="index"/>
<ref name="index-xref"/>
Expand Down

0 comments on commit 032130e

Please sign in to comment.