Skip to content

Commit 927721e

Browse files
committed
Replaced ``` with :::, adjusted formatting
1 parent 4b82d2f commit 927721e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+1890
-1808
lines changed

Formatting_Cheat-Sheet.md

+18-7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ orphan: true
55
Formatting Cheat Sheet
66
====
77

8+
## General Formatting Guidelines
9+
10+
Add an empty line...
11+
- ...after a heading
12+
- ...before and after an admonition or codeblock
13+
- ...after the admonition class for custom admonitions
14+
- ...after a tab opening and before a tab closing as shown in the [Tabs Section](#tabs)
15+
- ...before and after tables
16+
- ...before and after image inserts with custom properties
17+
18+
Don't add an empty line around admonitions within lists
19+
820
## Footnotes
921

1022
- This is a manually-numbered footnote reference.[^3]
@@ -28,19 +40,18 @@ that are not separated by a blank line
2840

2941
## Tabs
3042

31-
````{tabs}
32-
33-
```{group-tab} macOS
43+
::::{tabs}
44+
:::{group-tab} macOS
3445

3546
test
36-
```
3747

38-
```{group-tab} Windows
48+
:::
49+
:::{group-tab} Windows
3950

4051
test
41-
```
4252

43-
````
53+
:::
54+
::::
4455

4556
---
4657

0 commit comments

Comments
 (0)