Skip to content

Commit

Permalink
fixed headers - take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
AgedLace committed Aug 13, 2024
1 parent 50becd2 commit 82ed3e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
1 change: 0 additions & 1 deletion docs/03-Formatting/Extended-Markdown-Syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ tags:
- Formatting/Markdown/Extended-Syntax
categories:
---

**SOURCE** - [Markdown Cheat Sheet | Markdown Guide](https://www.markdownguide.org/cheat-sheet/)

## Extended Syntax
Expand Down
14 changes: 5 additions & 9 deletions docs/03-Formatting/Github-Flavored-Markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,42 +15,38 @@ categories:
### Headers

```markdown
# h1 Heading 8-)
# h1 Heading
## h2 Heading
### h3 Heading
#### h4 Heading
##### h5 Heading
###### h6 Heading
```

Alternatively, for H1 and H2, an underline-ish style:

```
Alt-H1
======
Alt-H2
------
```

### H1 Heading 8-)

### H1 Heading
#### H2 Heading

##### H3 Heading

###### H4 Heading

###### H5 Heading

###### H6 Heading

Alternatively, for H1 and H2, an underline-ish style:

Alt-H1
```Alt-H1
======
Alt-H2
------

```

---
Expand Down
9 changes: 0 additions & 9 deletions docs/03-Formatting/Obsidian-Basic-Formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,6 @@ To create a heading, add up to six `#` symbols before your heading text. The num
###### This is a heading 6
```
%% These headings use HTML to avoid cluttering the Outline/Table of contents %%

<h1>This is a heading 1</h1>
<h2>This is a heading 2</h2>
<h3>This is a heading 3</h3>
<h4>This is a heading 4</h4>
<h5>This is a heading 5</h5>
<h6>This is a heading 6</h6>

### Bold, Italics, Highlights

Text formatting can also be applied using Editing shortcuts.
Expand Down

0 comments on commit 82ed3e3

Please sign in to comment.