Skip to content

Commit

Permalink
added IETF indent on paras and lists: 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 173d1b0 commit 3a316b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions author/ietf/topics/markup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -288,22 +288,22 @@ sqrt(4) = 2
[source,asciidoc]
--
[[id]] <1>
[nobullet=true,spacing=normal|compact] <2>
[nobullet=true,spacing=normal|compact,indent=5] <2>
* Unordered list 1 <3>
* Unordered list 2 <3>
** Nested list <4>

[[id]] <5>
[spacing=compact,start=n,group=n,format=List #%d,arabic|loweralpha|upperralpha|lowerroman|upperroman] <6>
[spacing=compact,start=n,group=n,format=List #%d,arabic|loweralpha|upperralpha|lowerroman|upperroman,indent=5] <6>
. A <7>
. B <7>
--
<1> `ul/@anchor`
<2> `ul/@empty`, `ul/@spacing`
<2> `ul/@empty`, `ul/@spacing`, [added in https://github.com/metanorma/metanorma-standoc/releases/tag/v2.4.2] `ul/@indent`
<3> `ul/li/t`
<4> `ul/li/t/ul/li/t`
<5> `ol/@anchor`
<6> `ol/@spacing`, `ol/@start`, `ol/@group`, `ol/@type = "#%d", `ol/@type` (for arabic|loweralpha|upperralpha|lowerroman|upperroman)
<6> `ol/@spacing`, `ol/@start`, `ol/@group`, `ol/@type = "#%d", `ol/@type` (for arabic|loweralpha|upperralpha|lowerroman|upperroman), [added in https://github.com/metanorma/metanorma-standoc/releases/tag/v2.4.2] `ol/@indent`
<7> `ol/li/t`

=== Definition Lists
Expand Down Expand Up @@ -401,11 +401,11 @@ This is done in AsciiDoc by prefixing the table cell with `a|`.
[source,asciidoc]
--
[[id]] <1>
[keep-with-next=true,keep-with-previous=true] <2>
[keep-with-next=true,keep-with-previous=true,indent=5] <2>
Paragraph text <3>
--
<1> `t/@anchor`
<2> `t/@keepWithNext`, `t/@keepWithPrevious`
<2> `t/@keepWithNext`, `t/@keepWithPrevious`, [added in https://github.com/metanorma/metanorma-standoc/releases/tag/v2.4.2] `t/@indent`
<3> `<t>Paragraph text</t>`

=== Quotes
Expand Down

0 comments on commit 3a316b7

Please sign in to comment.