alignment fix
This commit is contained in:
parent
8283dd45ea
commit
ae26bb205b
7 changed files with 108 additions and 332 deletions
|
|
@ -1,12 +1,13 @@
|
|||
|
||||
|
||||
___ _ _ _ _
|
||||
/ __| __ _| (_)___ _ _| |_(_)__ _
|
||||
\__ \/ _` | | / -_) ' \ _| / _` |
|
||||
|___/\__,_|_|_\___|_||_\__|_\__,_|
|
||||
___ _ _ _ _
|
||||
/ __| __ _| (_)___ _ _| |_(_)__ _
|
||||
\__ \/ _` | | / -_) ' \ _| / _` |
|
||||
|___/\__,_|_|_\___|_||_\__|_\__,_|
|
||||
|
||||
|
||||
%h Structa hinc vetitus factum
|
||||
|
||||
%h Structa hinc vetitus factum
|
||||
|
||||
|
||||
Lorem markdownum omnes tellus, in, Herculeis `=reciprocalPower`= neque
|
||||
|
|
@ -15,7 +16,7 @@
|
|||
|
||||
|
||||
|
||||
%h Fuit video longique dedisse
|
||||
%h Fuit video longique dedisse
|
||||
|
||||
|
||||
Ille stupet, ultra %!INCUNABULA AGENDUM URBES%t mirer %!APER%t, metu.
|
||||
|
|
@ -34,154 +35,24 @@
|
|||
|
||||
|
||||
|
||||
%h Tractaque serpens arva quoque
|
||||
|
||||
|
||||
_ _ _ _ _ _ ___ __
|
||||
| |_ / | | || |___ __ _ __| (_)_ _ __ _ ( _ )__\ \
|
||||
| ' \| | | __ / -_) _` / _` | | ' \/ _` | / _ \___| |
|
||||
|_||_|_| |_||_\___\__,_\__,_|_|_||_\__, | \___/ | |
|
||||
|___/ /_/
|
||||
|
||||
|
||||
%h h2 Heading
|
||||
|
||||
|
||||
%h h3 Heading
|
||||
|
||||
|
||||
_ _ _ _ _ _ _
|
||||
| |__ | || | | | | | ___ __ _ __| (_)_ __ __ _
|
||||
| '_ \| || |_ | |_| |/ _ \/ _` |/ _` | | '_ \ / _` |
|
||||
| | | |__ _| | _ | __/ (_| | (_| | | | | | (_| |
|
||||
|_| |_| |_| |_| |_|\___|\__,_|\__,_|_|_| |_|\__, |
|
||||
|___/
|
||||
|
||||
|
||||
_ ____ _ _ _ _
|
||||
| |__ | ___| | | | | ___ __ _ __| (_)_ __ __ _
|
||||
| '_ \|___ \ | |_| |/ _ \/ _` |/ _` | | '_ \ / _` |
|
||||
| | | |___) | | _ | __/ (_| | (_| | | | | | (_| |
|
||||
|_| |_|____/ |_| |_|\___|\__,_|\__,_|_|_| |_|\__, |
|
||||
|___/
|
||||
|
||||
|
||||
_ __ _ _ _ _
|
||||
| |__ / /_ | | | | ___ __ _ __| (_)_ __ __ _
|
||||
| '_ \| '_ \ | |_| |/ _ \/ _` |/ _` | | '_ \ / _` |
|
||||
| | | | (_) | | _ | __/ (_| | (_| | | | | | (_| |
|
||||
|_| |_|\___/ |_| |_|\___|\__,_|\__,_|_|_| |_|\__, |
|
||||
|___/
|
||||
|
||||
|
||||
%h Horizontal Rules
|
||||
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
%h Emphasis
|
||||
|
||||
|
||||
%!THIS IS BOLD TEXT%t %bTHIS IS BOLD TEXT%t %!This is italic text%t %-
|
||||
bThis is italic text%t Strikethrough
|
||||
|
||||
|
||||
|
||||
%h Blockquotes
|
||||
|
||||
|
||||
Blockquotes can also be nested...
|
||||
by using additional greater-than signs right next to each oth-
|
||||
er...
|
||||
or with spaces between arrows.
|
||||
|
||||
|
||||
%h Lists
|
||||
|
||||
|
||||
%h Unordered
|
||||
|
||||
|
||||
+ Create a list by starting a line with `=+`=, `=-`=, or `=*`=
|
||||
- Marker character change forces new list start:
|
||||
* Ac tristique libero volutpat at
|
||||
+ Facilisis in pretium nisl aliquet
|
||||
- Nulla volutpat aliquam velit
|
||||
+ Very easy
|
||||
|
||||
|
||||
%h Ordered
|
||||
|
||||
|
||||
1. Lorem ipsum dolor sit amet
|
||||
2. Consectetur adipiscing elit
|
||||
3. Integer molestie lorem at massa
|
||||
|
||||
|
||||
%h Code
|
||||
|
||||
|
||||
Inline `=code`=
|
||||
|
||||
|
||||
|
||||
Indented code
|
||||
|
||||
|
||||
|
||||
`=
|
||||
// Some comments
|
||||
line 1 of code
|
||||
line 2 of code
|
||||
line 3 of code
|
||||
`=
|
||||
|
||||
|
||||
Block code "fences"
|
||||
|
||||
|
||||
|
||||
`=
|
||||
Sample text here...
|
||||
`=
|
||||
|
||||
Syntax highlighting
|
||||
|
||||
|
||||
|
||||
`=
|
||||
var foo = function (bar) {
|
||||
return bar++;
|
||||
};
|
||||
|
||||
console.log(foo(5));
|
||||
`=
|
||||
|
||||
|
||||
%h Links
|
||||
|
||||
|
||||
link text (<http://dev.nodeca.com>)
|
||||
|
||||
|
||||
|
||||
link with title (<http://nodeca.github.io/pica/demo/ "title text!">)
|
||||
|
||||
|
||||
|
||||
%h Images
|
||||
|
||||
|
||||
Minion (<https://octodex.github.com/images/minion.png>) Stormtroopocat
|
||||
(<https://octodex.github.com/images/stormtroopocat.jpg "The Stormtroo-
|
||||
pocat">)
|
||||
|
||||
|
||||
%h Tractaque serpens arva quoque
|
||||
|
||||
|
||||
<>=======()
|
||||
(/\___ /|\\ ()==========<>_
|
||||
\_/ | \\ //|\ ______/ \)
|
||||
\_| \\ // | \_/
|
||||
\|\/|\_ // /\/
|
||||
(oo)\ \_// /
|
||||
//_/\_\/ / |
|
||||
@@/ |=\ \ |
|
||||
\_=\_ \ |
|
||||
\==\ \|\_ snd
|
||||
__(\===\( )\
|
||||
(((~) __(_/ |
|
||||
(((~) \ /
|
||||
______/ /
|
||||
'------'
|
||||
|
||||
Inprudens dum memor alma, casses dedi Sinuessa iam quid adicit `=gate-
|
||||
_truncate_wave`=. Geratur de (<#salientia-iungit-contra-et>), insolida
|
||||
|
|
@ -195,7 +66,7 @@
|
|||
|
||||
|
||||
|
||||
%h Quantaque augent
|
||||
%h Quantaque augent
|
||||
|
||||
|
||||
Acuti ignotis ignis, ostendit nostras terras nondum, petit utque utero
|
||||
|
|
@ -228,7 +99,7 @@
|
|||
`=
|
||||
|
||||
|
||||
%h Mille parva
|
||||
%h Mille parva
|
||||
|
||||
|
||||
%!MINETUR ET%t aurum! Charaxi sanguine quo; vires subnectite %!PIGNOR-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue