You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Language highlighting can be enabled with PyMdown and Pygments by adding a [supported programming language](https://pygments.org/languages/) name directly after the first <code>```</code> grouping in a Markdown code block:
6
+
7
+
```cobol
8
+
--8<--
9
+
sample-languages/scripts/example.cbl
10
+
--8<--
11
+
```
12
+
13
+
### Block Markdown
14
+
15
+
````text
16
+
```cobol
17
+
--8<--
18
+
sample-languages/scripts/example.cbl
19
+
--8<--
20
+
```
21
+
````
22
+
23
+
Script adapted from Yvan Scher's ["7 cobol examples with explanations"](https://medium.com/@yvanscher/7-cobol-examples-with-explanations-ae1784b4d576)
Language highlighting can be enabled with PyMdown and Pygments by adding a [supported programming language](https://pygments.org/languages/) name directly after the first <code>```</code> grouping in a Markdown code block:
6
+
7
+
```cobol
8
+
--8<--
9
+
sample-languages/scripts/example.cbl
10
+
--8<--
11
+
```
12
+
13
+
### Block Markdown
14
+
15
+
````text
16
+
```cobol
17
+
--8<--
18
+
sample-languages/scripts/example.cbl
19
+
--8<--
20
+
```
21
+
````
22
+
23
+
Script adapted from Yvan Scher's ["7 cobol examples with explanations"](https://medium.com/@yvanscher/7-cobol-examples-with-explanations-ae1784b4d576)
0 commit comments