Skip to content

Commit

Permalink
Fixed Headings in Formatting Files
Browse files Browse the repository at this point in the history
  • Loading branch information
AgedLace committed Aug 13, 2024
1 parent 48c0d56 commit ab13dfe
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 50 deletions.
2 changes: 1 addition & 1 deletion docs/03-Formatting/Basic-Markdown-Syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Basic-Markdown-Syntax
slug: basic-syntax
date: 2024-08-11 09:09:46
update: 2024-08-11 10:48:00
update: 2024-08-12 09:00:52
publish: "true"
tags:
- Formatting/Markdown/Basic-Syntax
Expand Down
5 changes: 3 additions & 2 deletions docs/03-Formatting/Extended-Markdown-Syntax.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
title: Extended-Syntax
title: Extended-Markdown-Syntax
slug: extended-syntax
date: 2024-08-11 09:32:57
update: 2024-08-11 10:22:28
update: 2024-08-12 09:00:48
publish: "true"
tags:
- Formatting/Markdown/Extended-Syntax
categories:
---

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

## Extended Syntax
Expand Down
44 changes: 23 additions & 21 deletions docs/03-Formatting/Github-Flavored-Markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
title: Github-Flavored-Markdown
slug: gfm
date: 2024-08-11 09:50:39
update: 2024-08-11 10:34:39
update: 2024-08-12 09:01:06
publish: "true"
tags:
- Formatting/Markdown/Github-Flavored
categories:
---
**SOURCE** - [⚡️ Full Markdown Example](https://gist.github.com/allysonsilva/85fff14a22bbdf55485be947566cc09e)

## Headers
## Github Flavored Markdown

### Headers

```markdown
# h1 Heading 8-)
Expand All @@ -29,13 +31,13 @@ Alt-H2
------
```

## H1 Heading 8-)
### H1 Heading 8-)

### H2 Heading
#### H2 Heading

#### H3 Heading
##### H3 Heading

##### H4 Heading
###### H4 Heading

###### H5 Heading

Expand Down Expand Up @@ -95,7 +97,7 @@ Strikethrough uses two tildes. ~~Scratch this.~~

---

## Lists
### Lists

```markdown
1. First ordered list item
Expand Down Expand Up @@ -169,7 +171,7 @@ Strikethrough uses two tildes. ~~Scratch this.~~

---

## Task Lists
### Task Lists

```markdown
- [x] Finish my changes
Expand All @@ -191,7 +193,7 @@ Strikethrough uses two tildes. ~~Scratch this.~~

---

## Ignoring Markdown Formatting
### Ignoring Markdown Formatting

You can tell GitHub to ignore (or escape) Markdown formatting by using \ before the Markdown character.

Expand All @@ -203,7 +205,7 @@ Let's rename \*our-new-project\* to \*our-old-project\*

---

## Links
### Links

```markdown
[I'm an inline-style link](https://www.google.com)
Expand Down Expand Up @@ -233,10 +235,10 @@ Some text to show that the reference links can follow later.

[I'm an inline-style link with title](https://www.google.com "Google's Homepage")

[I'm a reference-style link][Arbitrary case-insensitive reference text]
[I'm a reference-style link][Arbitrary case-insensitive reference text]
%%
[I'm a relative reference to a repository file](../blob/master/LICENSE)
%%
%%
[You can use numbers for reference-style link definitions][1]

Or leave it empty and use the [link text itself].
Expand All @@ -253,7 +255,7 @@ Some text to show that the reference links can follow later.

---

## Images
### Images

```markdown
Here's our logo (hover to see the title text):
Expand Down Expand Up @@ -311,7 +313,7 @@ With a reference later in the document defining the URL location:

---

## Footnotes
### Footnotes

```markdown
Footnote 1 link[^first].
Expand Down Expand Up @@ -339,7 +341,7 @@ Duplicated footnote reference.[^2]

---

## Code and Syntax Highlighting
### Code and Syntax Highlighting

```markdown
Inline `code` has `back-ticks around` it.
Expand Down Expand Up @@ -459,7 +461,7 @@ datahere

---

## Tables
### Tables

```markdown
Colons can be used to align columns.
Expand Down Expand Up @@ -549,7 +551,7 @@ Markdown | Less | Pretty

---

## Blockquotes
### Blockquotes

```markdown
> Blockquotes are very handy in email to emulate reply text.
Expand Down Expand Up @@ -579,7 +581,7 @@ Quote break.
---

## Inline HTML
### Inline HTML

```markdown
<dl>
Expand All @@ -591,7 +593,7 @@ Quote break.
</dl>
```

## Horizontal Rules
### Horizontal Rules

```markdown
Three or more…
Expand Down Expand Up @@ -625,7 +627,7 @@ Underscores

---

## YouTube Videos
### YouTube Videos

```markdown
<a href="http://www.youtube.com/watch?feature=player_embedded&v=YOUTUBE_VIDEO_ID_HERE" target="_blank">
Expand All @@ -647,4 +649,4 @@ Underscores

and multiple paragraphs.

[^2]: Footnote text.
[^2]: Footnote text.
17 changes: 9 additions & 8 deletions docs/03-Formatting/Obsidian-Advanced-Formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@
title: Obsidian-Advanced-Formatting
slug: obsidian-advanced
date: 2024-08-11 10:45:25
update: 2024-08-11 11:09:36
update: 2024-08-12 09:01:17
publish: "true"
tags:
- Formatting/Markdown/Obsidian/Advanced
categories:
---
**SOURCE** - [Advanced formatting syntax - Obsidian Help](https://help.obsidian.md/Editing+and+formatting/Advanced+formatting+syntax)

## Obsidian Advanced Formatting

Learn how to add advanced formatting syntax to your notes.

## Tables
### Tables

You can create table using vertical bars (`|`) and hyphens (`-`). Vertical bars separate columns, and hyphens define the column header.

Expand All @@ -39,7 +41,7 @@ Max | Planck
Marie | Curie
```

### Format Content within a Table
#### Format Content within a Table

You can use [[Obsidian-Basic-Formatting]] to style content within a table.

Expand All @@ -54,7 +56,6 @@ You can use [[Obsidian-Basic-Formatting]] to style content within a table.
>
> If you want to use aliases, or to resize an image in your table, you need to add a `\` before the vertical bar.

```md
> First column | Second column
> -- | --
Expand All @@ -73,7 +74,7 @@ Left-aligned text | Center-aligned text | Right-aligned text
:-- | :--: | --:
Content | Content | Content

## Diagram
### Diagram

You can add diagrams and charts to your notes, using [Mermaid](https://mermaid-js.github.io/). Mermaid supports a range of diagrams, such as [flow charts](https://mermaid.js.org/syntax/flowchart.html), [sequence diagrams](https://mermaid.js.org/syntax/sequenceDiagram.html), and [timelines](https://mermaid.js.org/syntax/timeline.html).

Expand Down Expand Up @@ -114,7 +115,7 @@ graph TD
Biology --> Chemistry
```

### Linking Files in a Diagram
#### Linking Files in a Diagram

You can create internal links in your diagrams by attaching the `internal-link` [class](https://mermaid.js.org/syntax/flowchart.html#classes) to your nodes.

Expand Down Expand Up @@ -167,7 +168,7 @@ This way, each letter node becomes an internal link, with the [node text](https:
For more information about creating diagrams, refer to the [official Mermaid docs](https://mermaid.js.org/intro/).
## Math
### Math
You can add math expressions to your notes using [MathJax](http://docs.mathjax.org/en/latest/basic/mathjax.html) and the LaTeX notation.
Expand Down Expand Up @@ -197,4 +198,4 @@ This is an inline math expression $e^{2i\pi} = 1$.

For more information about the syntax, refer to [MathJax basic tutorial and quick reference](https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference).

For a list of supported MathJax packages, refer to [The TeX/LaTeX Extension List](http://docs.mathjax.org/en/latest/input/tex/extensions/index.html).
For a list of supported MathJax packages, refer to [The TeX/LaTeX Extension List](http://docs.mathjax.org/en/latest/input/tex/extensions/index.html).
Loading

0 comments on commit ab13dfe

Please sign in to comment.