Aidan Reilly
Aidan Reilly
Note you can work-around this by Adding the following configuration to the `vale.ini`: ```ini [asciidoctor] !sectnums = "" ``` the `vale.ini` accepts AsciiDoctor variables. Very handy. We should doc this...
accidentally closed, reopening.
Have you reviewed https://www.ibm.com/docs/en/ibm-style?topic=medium-global-audiences? I bet there are lots of things we could incorporate
`{_context}` is used in modules to resolve unique ids. If we see `:context: something_{context}`, we run the risk of the previous value of `:context:` getting set and messing up links...
Could have sworn I saw this somewhere recently.
`toc::[]` should be placed after the heading.
`_attributes/common-attributes.adoc` should be in every assembly
Gabriel fixed a bunch of the context errors last week which is why they are no longer there.
I think also I need to talk to Style Guide folks to standardize the SSG glossary to make it easier to regex return the correct terms only.