Skip to content

Commit c2b344e

Browse files
authored
Merge pull request #72712 from dfitzmau/contrib-doc-col-operator
[INTERNAL FIX] contrib-doc-col-operator: Added doc_guidelines.adoc entry for table s…
2 parents 56ed861 + 672b110 commit c2b344e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

contributing_to_docs/doc_guidelines.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2128,6 +2128,18 @@ Do _not_ delete the file.
21282128
a|
21292129
> Do _not_ delete the file.
21302130

2131+
|Table style operators
2132+
2133+
|A style operator styles the content of a table cell or a table column, depending on where you set the operator. Using the literal (`l`) operator in a column might impact the documentation platform's copy and paste functionality. For example, when you paste copied code block content to a location, the first styled literal value in an assembly is pasted instead of the intended code block. To avoid this issue, use the monospace (`m`) style operator. When using any style operator in a table, check all copy and paste functions that follow the defined style operator work correctly for all code blocks in an assembly.
2134+
2135+
See link:https://docs.asciidoctor.org/asciidoc/latest/tables/format-cell-content/[Cell styles and their operators] (Asciidoctor Documentation)
2136+
2137+
a|
2138+
----
2139+
.Required parameters
2140+
[cols=".^2m,.^3,.^5a",options="header"]
2141+
----
2142+
21312143
|Footnotes
21322144

21332145
|A footnote is created with the footnote macro. If you plan to reference a footnote more than once, use the ID footnoteref macro. The Customer Portal does not support spaces in the footnoteref. For example, "dynamic PV" should be "dynamicPV".

0 commit comments

Comments
 (0)