diff options
| author | Sarah White <graphitefriction@gmail.com> | 2022-05-03 19:08:32 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-03 19:08:32 -0600 |
| commit | b4d40427a16e43c970a54bc846fbc99e9ff4f5cd (patch) | |
| tree | ceb285df183eaf44547129f30d8ab153ca871071 /docs/modules/theme | |
| parent | b56c8a5d828eb2ab9fef295501bde92821c610d2 (diff) | |
document breakable and unbreakable options (PR #2135)
Diffstat (limited to 'docs/modules/theme')
| -rw-r--r-- | docs/modules/theme/nav.adoc | 8 | ||||
| -rw-r--r-- | docs/modules/theme/pages/table.adoc | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/modules/theme/nav.adoc b/docs/modules/theme/nav.adoc index c4b57b53..f9ba6456 100644 --- a/docs/modules/theme/nav.adoc +++ b/docs/modules/theme/nav.adoc @@ -1,10 +1,6 @@ * xref:index.adoc[] ** xref:language.adoc[] *** xref:measurement-units.adoc[] -*** xref:blocks.adoc[] -*** xref:tables.adoc[] -*** xref:text.adoc[] -*** xref:image.adoc[] *** xref:color.adoc[] *** xref:variables.adoc[] *** xref:math-operations.adoc[] @@ -14,6 +10,10 @@ *** xref:prepare-custom-font.adoc[] *** xref:fallback-font.adoc[] *** xref:cjk.adoc[] +** xref:blocks.adoc[] +** xref:tables.adoc[] +** xref:text.adoc[] +** xref:image.adoc[] ** xref:extend-theme.adoc[] ** xref:custom-role.adoc[] ** xref:add-running-content.adoc[] diff --git a/docs/modules/theme/pages/table.adoc b/docs/modules/theme/pages/table.adoc index fbf7e3f8..3e6563b8 100644 --- a/docs/modules/theme/pages/table.adoc +++ b/docs/modules/theme/pages/table.adoc @@ -20,7 +20,7 @@ table: background-color: #FFFFFF |border-color -|xref:tables.adoc#border-color[Color] {vbar} xref:tables.adoc#border-color[Color[\]] + +|xref:tables.adoc#border-color[Color] {vbar} xref:tables.adoc#border-color[Color[ \]] + (default: `'000000'`) |[source] table: @@ -113,7 +113,7 @@ table: grid-color: #EEEEEE |grid-style -|xref:tables.adoc#grid-style[Grid style]` {vbar} xref:tables.adoc#grid-style[Grid style[ \]] + +|xref:tables.adoc#grid-style[Grid style] {vbar} xref:tables.adoc#grid-style[Grid style[ \]] + (default: `$table-border-style`) |[source] table: |
