Ok I’m confused ...

2»

Comments

  • I previously came across this cheatsheet for markdown.

    The following is a copy and paste of cheetsheet examples to see how the render here

    H1

    H2

    H3

    H4

    H5
    H6

    Alternatively, for H1 and H2, an underline-ish style:

    Alt-H1

    Alt-H2

    var s = "JavaScript syntax highlighting";
    alert(s);
    
    s = "Python syntax highlighting"
    print s
    
    No language indicated, so no syntax highlighting. 
    But let's throw in a <b>tag</b>.
    

    Colons can be used to align columns.

    Tables Are Cool
    col 3 is right-aligned $1600
    col 2 is centered $12
    zebra stripes are neat $1

    There must be at least 3 dashes separating each header cell.
    The outer pipes (|) are optional, and you don't need to make the
    raw Markdown line up prettily. You can also use inline Markdown.

    Markdown Less Pretty
    Still renders nicely
    1 2 3

    Blockquotes are very handy in email to emulate reply text.
    This line is part of the same quote.

    Quote break.

    This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can put Markdown into a blockquote.

    You can also use raw HTML in your Markdown, and it'll mostly work pretty well.

    Definition list
    Is something people use sometimes.
    Markdown in HTML
    Does *not* work **very** well. Use HTML tags.

    Horizontal Rulers

    Three or more...


    Hyphens


    Asterisks


    Underscores

    Youtube Video

    What's new in V18

    What's new in V18

This discussion has been closed.