Skip to content

Commit

Permalink
Replaced ``` with :::, adjusted formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tatze96 committed Aug 16, 2024
1 parent 4b82d2f commit 927721e
Show file tree
Hide file tree
Showing 87 changed files with 1,890 additions and 1,808 deletions.
25 changes: 18 additions & 7 deletions Formatting_Cheat-Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ orphan: true
Formatting Cheat Sheet
====

## General Formatting Guidelines

Add an empty line...
- ...after a heading
- ...before and after an admonition or codeblock
- ...after the admonition class for custom admonitions
- ...after a tab opening and before a tab closing as shown in the [Tabs Section](#tabs)
- ...before and after tables
- ...before and after image inserts with custom properties

Don't add an empty line around admonitions within lists

## Footnotes

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

## Tabs

````{tabs}
```{group-tab} macOS
::::{tabs}
:::{group-tab} macOS

test
```

```{group-tab} Windows
:::
:::{group-tab} Windows

test
```

````
:::
::::

---

Expand Down
Loading

0 comments on commit 927721e

Please sign in to comment.