Skip to content

Commit fefbc0d

Browse files
committed
Update MarkdownTips.md
1 parent 013e8be commit fefbc0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/MarkdownTips.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ Making a TOC -- automatic anchors for header text (anchor text is all lower-case
3232

3333
###### Code blocks with language-specific syntax highlighting
3434

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
3636

3737
```SAS
3838
put "Hello, World!";
3939
* code block with SAS syntax highlighting;
4040
```
4141

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
4343

4444
```R
4545
cat("Hello", "World", sep = ", ")

0 commit comments

Comments
 (0)