Skip to content

Commit da9324a

Browse files
ksuessstevepiercy
andauthored
Update docs/contributing/writing-docs-guide.md
Co-authored-by: Steve Piercy <[email protected]>
1 parent a9f9580 commit da9324a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/writing-docs-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ print(f"my {a}nd line")
256256
````
257257
`````
258258

259-
Be aware to increase the number of backticks if you include directives like a `code-block`.
259+
You can [nest directives](https://myst-parser.readthedocs.io/en/latest/syntax/roles-and-directives.html#nesting-directives), such as admonitions and code blocks, by ensuring that the backtick-lines corresponding to the outermost directive are longer than the backtick-lines for the inner directives.
260260

261261
This would be rendered as:
262262

0 commit comments

Comments
 (0)