- Remove
+ Add Section
<br>
in HTML) to a paragraph, you can do so by adding 3 space characters to the end of the line (
).<br>
(as Github does) by enabling the option simpleLineBreaks
.#
and the heading text is not required but you can make that space mandatory by enabling the option requireSpaceBeforeHeadingText
.#
. Both leading and trailing #
will be removed.#
, you can either add a space or escape it:noHeaderId
disables automatic id generation;ghCompatibleHeaderId
generates header ids compatible with github style (spaces are replaced with dashes and a bunch of non alphanumeric chars are removed)prefixHeaderId
adds a prefix to the generated header ids (either automatic or custom).headerLevelStart
sets the header starting level. For instance, setting this to 3 means that # header
will be converted to <h3>
.strikethrough
enabled, Showdown supports strikethrough elements. The syntax is the same as GFM, that is, by adding two tilde (~~
) characters around a word or groups of words.ghCodeBlocks
is activated (which is by default), you can use triple backticks (```) to format text as its own distinct block.tasklists
option is enabled.<p>
tags in the HTML output. So this input:disableForced4SpacesIndentedSublists
<>
it will be turned into a link whose text is the link itself.encodeEmails
option to false
.simplifiedAutoLink
enabled, Showdown will automagically turn every valid URL it finds in the text body to links for you, without the need to wrap them in <>
.[ ]
), and then wrapping the link in parentheses ( ( )
).[Get Showdown!](https://github.com/showdownjs/showdown)
.parseImgDimension
is activated, you can also define the image dimensions, like this:,
character.