ThoughtStreams Markdown

Combined Stream

docsjoeld
32 thoughts
last posted Nov. 4, 2014, 10:28 p.m.
get stream as: markdown or atom
0

ThoughtStreams supports the use of Markdown in cards.

0

Paragraphs

Paragraphs are separated by blank lines.

0
This is one paragraph.

This is another paragraph.

You don't need to worry about wrapping within a paragraph, just keep typing and typing.
0

This is one paragraph.

This is another paragraph.

You don't need to worry about wrapping within a paragraph, just keep typing and typing.

0

Emphasis

Italics and bold are achieved by wrapping with * or **

0
*This* is *italics* but **this** is **bold**.
0

This is italics but this is bold.

0

Lists

Unordered lists use asterisks or hyphens.

Ordered lists use numbers followed by periods.

0
* one
* two
* three

or

- one
- two
- three

or

* items can be short
* or items can keep going and going and will be wrapped if they extend wider than the space available

Multi-level lists are supported but they require the top-level to be indented as well:

  * A
  * B
    * B1
    * B2
  * C
0
  • one
  • two
  • three

or

  • one
  • two
  • three

or

  • items can be short
  • or items can keep going and going and will be wrapped if they extend wider than the space available

Multi-level lists are supported but they require the top-level to be indented as well:

  • A
  • B
    • B1
    • B2
  • C
0
1. one
1. two
1. three

or

1. one
2. two
3. three
0
  1. one
  2. two
  3. three

or

  1. one
  2. two
  3. three
0

Links

A bare URL can be made a link by surrounding it with angled brackets.

A link can be given anchor text by using [anchor text](url).

0

Headings

Different heading levels are achieved with 1–6 initial hashes.

0
# Level-1 heading
## Level-2 heading
### Level-3 heading
#### Level-4 heading
##### Level-5 heading
###### Level-6 heading
0

Level-1 heading

Level-2 heading

Level-3 heading

Level-4 heading

Level-5 heading
Level-6 heading
0

Images

Images are similar to links but are of the form ![alt text](url)

If your account supports it, you can host your images on ThoughtStreams and a relative URL will be provided for each image.

0
![Eldarion Logo](/media/152/eldarion256.png)
0

Blockquotes

Blockquotes use email-style > preceding each line.

0
> "The problem with Internet quotes is that you can't always depend on their accuracy"

*Abraham Lincoln*
0

"The problem with Internet quotes is that you can't always depend on their accuracy"

Abraham Lincoln

0

Code

A span of code can be indicated with a backtick `. Blocks of code are indented with four spaces or surrounded by three backticks.

0
The variable `x` appears in the code below:

    x = 42
0

The variable x appears in the code below:

x = 42
0

Thoughtstreams seems to recognize footnote syntax, but the resulting markup seems to be partially-escaped HTML.

Example:

This is body text[^1].

[^1]: This is a footnote
0

This is body text[^1].

[^1]: This is a footnote

0

Math

Tex/LaTeX mathematics is supported via MathJax. Inline math should use \(...\) and display math should use either $$...$$ or \[...\].

0
Einstein said \(E = mc^2\) but he also said

$$R_{\mu \nu} - {1 \over 2}g_{\mu \nu}\,R + g_{\mu \nu} \Lambda = {8 \pi G \over c^4} T_{\mu \nu}$$
0

Einstein said \(E = mc^2\) but he also said

$$R_{\mu \nu} - {1 \over 2}g_{\mu \nu}\,R + g_{\mu \nu} \Lambda = {8 \pi G \over c^4} T_{\mu \nu}$$

reposted to Cool bits... by nicorellius