blog
]
Nested List With Inline html
By Steve on July 9, 2019
Header
- List Item 1
- Nested Level 1
-
Nested Level 2
#
-
- Nested Level 1
This is a para.
Another para.
- List Item 1
- Nested List Item 1
- List Item 2
- Nested List Item 2
- Nested List Item 2 - 2
- List Item 3
- Nested List Item 3
- Nested List Item 3 - 3
- Nested List Item 3 - 4
- Nested List Item 3
- List Item 4
- List Item 5
More html
- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item
Now with Markdown syntax
- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item
Another Try:
- Number 1
- Number 2
- Number 4
- Number 5
One More Time:
- one
- nested
- two
- nested
- three
- nested
One MORE time:
- one
- nested
- two
- nested
- three
- nested
- Item1
- SubItemA
- SubItemB
- wat
- hi
- wat
- For this
- do this
- then this
- then this
- do this too
- do this
- For this
- do this
- then this
- then this
- do this too
- First level item 1
- Second level item a
- Second level item b
-
First level item 2
- This is just text.
- this is a sub list item
- this is a sub sub list item
- this is a sub list item
- This is just text,
spanning two lines
- this is a nested list item.
-
This item has the class “cls”. Here continues the above paragraph.
-
This is a normal list item.
This is a normal paragraph.
And A Header
And a paragraph
This is a blockquote.
And A Header
This is a paragraph.
A nested blockquote.
Headers work
- lists too
and all other block-level elements
- kramdown
- A Markdown-superset converter
- Maruku
- Another Markdown-superset converter
- definition term
- This definition will just be text because it would normally be a
paragraph and the there is no preceding blank line.
although the definition contains other block-level elements
-
This definition will be a paragraph since it is preceded by a blank line.
This is a demo of all styled elements in Jekyll Now.
View the markdown used to create this post.
This is a paragraph, it’s surrounded by whitespace. Next up are some headers, they’re heavily influenced by GitHub’s markdown style.
Header 2 (H1 is reserved for post titles)##
Header 3
Header 4
A link to Jekyll Now. A big ass literal link http://github.com/barryclark/jekyll-now/
An image, located within /images
- A bulletted list
- alternative syntax 1
- alternative syntax 2
- an indented list item
- An
- ordered
- list
Inline markup styles:
- italics
- bold
code()
Blockquote
Nested Blockquote
Syntax highlighting can be used by wrapping your code in a liquid tag like so:
{% highlight javascript %}
/* Some pointless Javascript */
var rawr = [“r”, “a”, “w”, “r”];
{% endhighlight %}
creates…
Use two trailing spaces
on the right
to create linebreak tags
Finally, horizontal lines