Skip to content

Commit

Permalink
IETF p/indent, ol/indent, ul/indent: metanorma/metanorma-ietf#95
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jan 12, 2024
1 parent 35082ba commit 19bb76c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions grammars/ietf.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,22 @@ ParagraphType =
attribute align { Alignments }?,
attribute keep-with-next { xsd:boolean }?,
attribute keep-with-previous { xsd:boolean }?,
attribute indent { text }?,
( TextElement )*, note*

paragraph-with-footnote =
element p {
attribute id { xsd:ID },
attribute align { Alignments }?,
attribute indent { text }?,
( TextElement | fn )*, note*
}
ul =
element ul {
attribute id { xsd:ID },
attribute nobullet { text }?,
attribute spacing { text }?,
attribute indent { text }?,
li+, note*
}

Expand All @@ -37,6 +40,7 @@ ol =
attribute group { text }?,
attribute spacing { text }?,
attribute start { text }?,
attribute indent { text }?,
li+, note*
}

Expand Down

0 comments on commit 19bb76c

Please sign in to comment.