aliases:
tags:
- Type/Tech/Platform/Tool
- area/tech
publish: true
version: 1
dateCreated: 2021-10-25, 15:15
dateModified: 2024-03-24, 15:49
for:
from:
- "[[Markup Languages]]"
related:
- "[[Codex/Tech/Obsidian]]"
contra: []
to: []
![]() |
Markdown is a lightweight markup language for creating formatted text using a plain-text editor. John Gruber created Markdown in 2004 as a markup language that is easy to read in its source code form. Markdown is widely used for blogging and instant messaging, and also used elsewhere in online forums, collaborative software, documentation pages, and readme files. |
---|
url:: Daring Fireball Markdown
console.log("hello")
An admonition, which as 4 backticks
```git
+ print("hello")
- print("world")
```
~~~python
print("hello world")
~~~
Column1 | Column 2 |
---|---|
Value 1 | Value 2 |
Value 3 | Value 4 |
|
) Column1 | Column 2 |
---|---|
Value 1 | Value 2 |
Value 3 | Value 4 |
![]() |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. |
![]() |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. |
---|
![]() |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. |
---|
![]() |
Study of general and fundamental questions wikipedia:: Philosophy |
---|
This is blockquote text
This is the second line of text
This is blockquote text
This is the second line of textThis is nested blockquotes content
Markdown normally doesn't render linebreaks when doing normal returns. But you can force them if you end the line with 2 spaces.