-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e45b182
commit 7409edc
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
* Org | ||
** Text | ||
|
||
Paragraphs are blocks of text. They are separated by a new line. | ||
|
||
See? This is a new paragraph. | ||
|
||
Text can by styled. /Italicize/ with a slash or *bold* with asterisks, | ||
or mark something as ~code~ with tildes. | ||
|
||
----- | ||
|
||
Oh, and you can separate with 5 hyphens. | ||
|
||
** Lists | ||
|
||
+ unordered | ||
+ with | ||
+ plus symbol | ||
|
||
1. order | ||
2. with | ||
3. numbers | ||
|
||
----- | ||
|
||
Go to [[https://example.com][a link]]! | ||
|
||
#+begin_quote | ||
The syntax for blocks is too weird to describe in text. Just read this file's source | ||
code. | ||
#+end_quote |