Token#tag
- Token#tag
- String
html tag name, e.g. "p"
diff --git a/index.html b/index.html index f0a3f19..3f5843c 100644 --- a/index.html +++ b/index.html @@ -293,8 +293,8 @@ a:hover { border-color: #800; } .main { - padding-left: 390px; - width: 600px; + padding: 10px; + padding-left: 250px; } .sidebar { background: #f8f8f8; @@ -1613,4 +1613,4 @@ to hide paragraphs.
html tag name, e.g. "p"
Type of the token (string, e.g. "paragraph_open")
-