Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

The New Coffee Room

  1. TNCR
  2. General Discussion
  3. An introduction to Markdown in the forum

An introduction to Markdown in the forum

Scheduled Pinned Locked Moved General Discussion
5 Posts 3 Posters 112 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Klaus
    wrote on 4 Apr 2020, 10:47 last edited by Klaus 4 Apr 2020, 11:12
    #1

    One of the things that power users of this forum should know is its support for Markdown. You don't need to use it, but if you use the forum often, it can be a real time saver.

    The idea is that certain conventions of writing text are automatically converted into an appropriate rendering.

    For instance, if I write *this*, then it gets converted to this.
    if I write **this**, then it gets converted to this.

    A header can be written like this:

    My heading
    ----------

    which is rendered as:

    My heading

    There are different types of headings.

    This is a bigger heading

    You can make checkboxes:

    I like this

    I don't like it.

    Or just lists:

    • first item
    • second item

    Or enumerations:

    1. First item
    2. Second item

    This is what I typed to get these things:

    You can make checkboxes:
    [x] I like this
    [ ] I don't like it.
    Or just lists:
    * first item
    * second item
    Or enumerations:
    1. First item
    2. Second item

    You can quote something by writing a >in front.

    This text is quoted.

    If you dare to, you can even make beautiful maths like this: $\biggl(\int_{-\infty}^\infty e^{-x^2}d x\biggr)^2 = \int_{-\infty}^\infty\int_{-\infty}^\infty e^{-(x^2+y^2)} dx dy$, but that's not strictly a part of Markdown, so don't worry about it.

    You can mention somebody by writing his screen name prefixed with the @ symbol. For instance, here I mention @George-K , which then gets turned into a link to George's profile and he gets a message that somebody mentioned him.

    For links, this syntax: [my link](www.google.com) gets turned into my link.

    If you want to disable Markdown and anything else within a piece of text, you can surround it with `. When I type `[my link](www.google.com)` it gets turned into [my link](www.google.com) and not my link.

    A similar effect can be achieved by adding four spaces at the beginning of a line.

    This line begins with four spaces. This is a code block, so _this_ is not rendered in italics.
    
    1 Reply Last reply
    • K Offline
      K Offline
      Klaus
      wrote on 4 Apr 2020, 11:07 last edited by
      #2

      Some of the more advanced things: You can make tables. If you write this::

      | Country      | Corona Cases |
      | ------------ | ------------ |
      | USA          | 7            |
      | Germany      | 3            |
      

      it gets rendered as:

      Country Corona Cases
      USA 7
      Germany 3
      1 Reply Last reply
      • 8 Online
        8 Online
        89th
        wrote on 4 Apr 2020, 12:27 last edited by
        #3

        nerd

        1 Reply Last reply
        • 8 Online
          8 Online
          89th
          wrote on 4 Apr 2020, 12:28 last edited by
          #4

          Kidding. Good stuff!

          1 Reply Last reply
          • M Away
            M Away
            Mik
            wrote on 4 Apr 2020, 13:16 last edited by
            #5

            I approve of these shenanigans.

            “I am fond of pigs. Dogs look up to us. Cats look down on us. Pigs treat us as equals.” ~Winston S. Churchill

            1 Reply Last reply
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes

            1/5

            4 Apr 2020, 10:47


            • Login

            • Don't have an account? Register

            • Login or register to search.
            1 out of 5
            • First post
              1/5
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups