From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 6 Apr 2024 08:33:50 -0700 Subject: Remove leading and trailing empty lines in code blocks --- textile.html.markdown | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'textile.html.markdown') 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 - ``` ## 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

h5. This is an

h6. This is an
- ``` @@ -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 (`
`) 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 -- cgit v1.2.3