Skip to content

Instantly share code, notes, and snippets.

@susischmidt
Last active April 23, 2016 20:13
Show Gist options
  • Save susischmidt/8de1adecd02c0af47b956d6c47be4d38 to your computer and use it in GitHub Desktop.
Save susischmidt/8de1adecd02c0af47b956d6c47be4d38 to your computer and use it in GitHub Desktop.
## Foo
Hallo, hier ist ein normaler Textparagraph.
* Bulletlist simple. And some piece of text. And some more Text. And some even longer Text. And let's see what happens
Now I added an empty line to see if I remain in the bullet list.
* Here's another item.
- foo: Here is O.'s style bullet list.
- bar: and another.
@susischmidt
Copy link
Author

susischmidt commented Apr 23, 2016

Foo

Hallo, hier ist ein normaler Textparagraph.

  • Bulletlist simple. And some piece of text. And some more Text. And some even longer Text. And let's see what happens
    Now I added an empty line to see if I remain in the bullet list.

  • Here's another item.

  • foo: Here is O.'s style bullet list.

  • bar: and another. Now I added an empty line to see if I remain in the bullet list. And here is some longer stuff following.

    And another line.

  • baz: lalalala.

@Rhialto
Copy link

Rhialto commented Apr 23, 2016

What I want is a definition list with fairly long definitions.

  • Here is the name of the thing.
    And here I start a rather long explanation, a whole paragraph of it.

    In fact, I need another paragraph. But this paragraph is not indented/part of the list any more.

  • Second thing in the same list.. But it starts a new list instead.
    Paragraph.

    Paragraph.
    Now it has paragraph. :)

    • in fact this ought to be a nested list... but of course it doesn't work.
      • sure it does it seems :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment