summaryrefslogtreecommitdiffhomepage
path: root/textile.html.markdown
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-06 08:33:50 -0700
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-04-06 08:33:50 -0700
commit3e687f1a8ccb1cd0d52a966005551d528ca141df (patch)
tree30d433ba19ec49808cc0f0de8a161835ad5f29c9 /textile.html.markdown
parent9fa4b5af80f1cd7fe2469c198d02a21e4f8884a1 (diff)
Remove leading and trailing empty lines in code blocks
Diffstat (limited to 'textile.html.markdown')
-rw-r--r--textile.html.markdown11
1 files changed, 3 insertions, 8 deletions
diff --git a/textile.html.markdown b/textile.html.markdown
index 293e647d..0b8f6bbd 100644
--- a/textile.html.markdown
+++ b/textile.html.markdown
@@ -47,7 +47,6 @@ p. This line is not commented
<!-- HTML comments are also…
respected -->
-
```
## Paragraphs
@@ -116,7 +115,6 @@ pre.. This is a multi-line preformatted…
…text block that includes blank lines
p. End a multi-line preformatted text block with a new block element.
-
```
## Headings
@@ -138,7 +136,6 @@ h4. This is an <h4>
h5. This is an <h5>
h6. This is an <h6>
-
```
@@ -177,7 +174,6 @@ This is -deleted- text and this is +inserted+ text.
###. Citations are indicated using double '?':
??This is a cool citation??
-
```
## Lists
@@ -237,7 +233,6 @@ Blank lines are included in the multi-line code block
p. End a multi-line code block with any block element
p. Indicate @inline code@ using the '@' symbol.
-
```
## Horizontal rule
@@ -265,7 +260,6 @@ Horizontal rules (`<hr/>`) are easily added with two hyphens
Multiple "references":txstyle to the "txstyle":txstyle website.
[txstyle]https://txstyle.org/
-
```
## Images
@@ -279,7 +273,6 @@ Alt text is included in parenthesis after the URL, and they can be linked too:
!http://imageurl.com(image alt-text)!
!http://imageurl.com(alt-text)!:http://image-link-url.com
-
```
## Footnotes and Endnotes
@@ -399,8 +392,8 @@ A backslash \ is used for a column span:
|=. center alignment |
| no alignment |
|>. right alignment |
-
```
+
or, for the same results
```
@@ -464,6 +457,7 @@ Three quarters: (3/4) => ¾
Degree: (o) => °
Plus/minus: (+/-) => ±
```
+
### Multiplication/Dimension
```
@@ -496,6 +490,7 @@ p(#my-id). IDs are enclosed in parentheses and prefaced with a pound '#'.
%spans% are enclosed in percent symbols
div. Divs are indicated by the 'div.' shorthand
```
+
---
## For More Info