4 min

Grebe Formatting Help

This page contains information about formatting a web post using short markup commands, instead of typing HTML. Most of these formatting commands come from the Textile markup language. Some custom formatting commands were also added.

Hashtag

To create a hashtag, simply use the pound sign followed by text that is alphanumeric. The hashtag can be used for categorizing articles and for searching content. Example: #todo for listing posts that need editing.

Text Formatting

bold:


italics:


underline:


strikethrough


increase font size


decrease font size

Links

Raw URLs are automatically converted to clickable links.

Example: http://downtowntoledo.org
Produces: http://downtowntoledo.org


To create a link with your own supplied text, surround link text with double quotes, then use colon punctuation mark after second double quote, followed by the URL.

Example: "Food for Thought":http://feedtoledo.org
Produces: Food for Thought

Images

To embed an image, do one of the following, surround URL to image with exclamation points.

Example:
!http://farm2.static.flickr.com/1021/752540200_51ad3a840d_m.jpg!

Produces:

Note: the URL for the image will probably end with a .jpg, .gif, or .png.

Blockquotes

To indent a block of text, do:

bq. This block of text will be indented. This Textile command only works for one paragraph at a time. If you want to indent multiple, consecutive paragraphs, then put the bq. command at the start of each paragraph. At least one space must follow the bq. command.

Produces:

This block of text will be indented. This Textile command only works for one paragraph at a time. If you want to indent multiple, consecutive paragraphs, then put the bq. command at the start of each paragraph. At least one space must follow the bq. command.

Bullet Point List

Start a new line with an asterisk, followed by at least one space, then your list item.

Example:

* line item one
* line item two
* line item three

Produces:


You can also nest list items.

Example:

* line item one
* line item two
** line item two-A
** line item two-B
*** line item two-B-1
** line item two-C
* line item three

Produces:

Numbered List

Start a new line with a pound sign, followed by at least one space, then your numbered list item.

Example:

# Seattle Seahawks
# Denver Broncos
# San Francisco 49ers
# New England Patriots
# Detroit Lions
# Cleveland Browns

Produces:

  1. Seattle Seahawks
  2. Denver Broncos
  3. San Francisco 49ers
  4. New England Patriots
  5. Detroit Lions
  6. Cleveland Browns

Headers

Start these commands at the beginning of a line with at least one space between the command and the heading text.

The font size decreases as the heading number type increases.

Example code followed by what's produced:

h1. Heading one line

h2. Heading two line

h3. Heading three line

h4. Heading four line

Heading one line

Heading two line

Heading three line

Heading four line

Additional Formatting Commands

To highlight or quote text from another source, surround it with the opening and closing 'q' tags: q. and q.. Both must start at the beginning of the line.

Example:

q.
Here is some text being quoted from another article. Instead of using italics or double quotes, leave the text as is but surround it with the open and closing 'q' tags. This highlighted text will be indented a little and will have a light blue background.

Here's a second paragraph.

And a third.
 q..

Produces:

Here is some text being quoted from another article. Instead of using italics or double quotes, leave the text as is but surround it with the open and closing 'q' tags.

This highlighted text will be indented a little and will have a light blue background.

Here's another paragraph.


br. To add a blank line, start this command at the beginning of the line. It can precede text separated by at least one space, or it can be on its own line. To add consecutive blank lines, use the command that many times, each time on its own line.


hr. Will add a horizontal rule or a thin line that stretches across all or part of the page. The command must start at the beginning of a line.

Example:

hr.

Produces:


#help

by testuser - 726 words - 4 min read
created: - modified: - #
source - versions - related posts