File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ Making a TOC -- automatic anchors for header text (anchor text is all lower-case
32
32
33
33
###### Code blocks with language-specific syntax highlighting
34
34
35
- * SAS highlighting using a back-tick blocks like <code >``` SAS</code> ...lines of code... <code> ``` </ code >
35
+ * SAS highlighting using a 3- back-tick block like <code >```SAS</code > which ends, as well, with a line of 3 back-ticks
36
36
37
37
``` SAS
38
38
put "Hello, World!";
39
39
* code block with SAS syntax highlighting;
40
40
```
41
41
42
- * R highlighting using a back-tick blocks like <code >``` R</code> ...lines of code... <code> ``` </ code >
42
+ * R highlighting using a back-tick blocks like <code >```R</code > which ends, as well, with a line of 3 back-ticks
43
43
44
44
``` R
45
45
cat(" Hello" , " World" , sep = " , " )
You can’t perform that action at this time.
0 commit comments