We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd0972 commit 7048e5bCopy full SHA for 7048e5b
_pages/editing/code.md
@@ -85,6 +85,12 @@ Right now, inline code snippets cannot have line numbers; see
85
for technical details. For now, if you want to have line numbers, use the
86
[Embedding external code](#embedding-external-code) approach below.
87
88
+{% include notice icon='warning' content="
89
+You might be familiar with the `linenos` argument to the `highlight` directive.
90
+Please ___do not use this___. As of this writing (Q3 2021), it produces badly
91
+formed HTML output, which can break wiki pages.
92
+" %}
93
+
94
## Making code snippets executable and editable
95
96
By enabling the `imjoy` extension, you can make your code snippets executable and editable.
0 commit comments