-
Task
-
Resolution: Done
-
Minor
-
OSSM 1.1.0, OSSM 2.0.0
Example. The code sample in step 1 is the wrong kind. It's made with indented code block.
The indentation creates a code block, but the output is different from the embedded code block that is created when we use the fenced technique.
Instead of
____$ oc command
it should be
----
$ oc command
{{---- }}
We can search for these indented codeblocks in atom using the find in project feature and fix them in a few minutes.
This also has an impact on the work Brian is trying to do to mirror the OSSM docs content into the Maistra docs.
- clones
-
OSSM-2837 Change indented codeblocks to fenced
- Closed