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 5d2e39d commit ea37a17Copy full SHA for ea37a17
_pages/markdown.md
@@ -151,6 +151,18 @@ The abbreviation CSS stands for "Cascading Style Sheets".
151
152
You will learn later on in these tests that `word-wrap: break-word;` will be your best friend.
153
154
+You can also write larger blocks of code with syntax highlighting supported for some languages, such as Python:
155
+
156
+```python
157
+print('Hello World!')
158
+```
159
160
+or R:
161
162
+```R
163
+print("Hello World!", quote = FALSE)
164
165
166
### Strike Tag
167
168
This tag will let you <strike>strikeout text</strike>.
0 commit comments