Skip to content

Commit ea37a17

Browse files
committed
+ Syntax highlighting example
1 parent 5d2e39d commit ea37a17

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

_pages/markdown.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,18 @@ The abbreviation CSS stands for "Cascading Style Sheets".
151151

152152
You will learn later on in these tests that `word-wrap: break-word;` will be your best friend.
153153

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+
154166
### Strike Tag
155167

156168
This tag will let you <strike>strikeout text</strike>.

0 commit comments

Comments
 (0)