You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.3 KiB
1.3 KiB
+++ title = "Special Blocks" tags = ["special-block"] draft = false +++
HTML5 Element Blocks
Block without NAME, class or id
This is an article.
Block with NAME
Block with class and id
Some text --- 2
| g | h | i |
|---|---|---|
| j | k | l |
An inline HTML5 element
Unmarked.
_Some_ **marked** text --- 2.5.Unmarked again.
DIV-wrapped Blocks
DIV without NAME, class or id
This is some text wrapped in a div block with class something.
DIV with NAME
Some text --- 3
| m | n | o |
|---|---|---|
| p | q | r |
DIV with class and id
Some text --- 4
| s | t | u |
|---|---|---|
| v | w | x |