fix: backtick fix rendering under {dropdown}#347
Conversation
| `snap_microk8s` group. | ||
|
|
||
| ```{dropdown} Add your user to the `snap_microk8s` group | ||
| ```{dropdown} Add your user to the snap_microk8s group |
There was a problem hiding this comment.
You'll likely need to add the word to the .custom_wordlist.txt
| SHA | ||
| SLAs | ||
| Snapcraft | ||
| snap_microk8s |
There was a problem hiding this comment.
This shouldn't be here, as it's not a "word".
The backticks are not spellchecked, and this in fact should be inside backticks.
Odd that single backticks mess up the formatting.
@YanisaHS?
|
Root cause: per CommonMark, the info string of a backtick-fenced block can't contain backticks, so the Proposed fix: 1. myst_enable_extensions = {"colon_fence"}
2. 3. Revert the Verified locally against a |
Issue
Documentation in cos-lite not rendered properly
Solution
Removed removed backticks
Checklist