Input PHP (1.67 ms) ECMAScript


minimal styling on output for comprehension only. most is default browser behaviour.
sourcecode

Plain text (h1 header)

(ATX)

This is a markdown flavour for basic text styling.
Lines should end with two or more spaces
to have an intentional linebreak and not just continuing.

Text can be italic, bold, italic and bold, striked through, and code style with two ore more characters between the symbols.
Some escaping of formatting characters is possible with a leading \ as in bold * asterisk, striked ~~ through and code with a `-character.
also code with ` escaped by double backticks and marked text
Subscript like H2O and superscript like X2
Custom markdown for this engine for making font larger
task
accomplished

http://some.url, not particularly styled
a phone number: tel:012345678
[Styled link to markdown information](https://www.markdownguide.org)

Plain text (h1 header)

(SETX)

Lists (h2 header)

  1. Ordered list items start with a number and a period
    • Unordered list items start with asterisk or dash
    • Sublist nesting
    • is possible
    • by indentating with four spaces
      1. and list types
      2. are interchangeable
  2. Ordered list item with
    multiple lines
    1. the number
    2. of ordered lists
    3. actually doesn't
    4. matter at all

Nested items in lists

  1. List item with
    Blockquote as item
  2. Next list item with
    TableColumn2
    R1C1R1C2
  3. List item with
     code with
     multiple line
  4. List item with
    accomplished task
    unaccomplished task

Tables (h3 header)

Table header 1Table header 2Table header 3and 4
emphasisispossibletoo
linebreaksarenotthough
without HTML <br />

Blockquotes and code (h4 header)

Blockquote
with multiple
lines
preformatted text/code must
start with 4 spaces <code>
or being surrounded by
three ` or ~

Nested items in blockquotes

  • List within blockquote 1
  • List within blockquote 2
    • Nested list
Code within blockquote
Blockquote within blockquote
Tables nestedwithinblockquotes
arepossibleas well
likealigningcolums
definition list
first definition
second definition

Definitions and footnotes

definition list
first definition
second definition
Here's a simple footnote1, and here's a longer one2. Footnotes will appear at the bottom later.

Other features:

<http://some.other.url> with brackets, [urlencoded link with title](http://some.url?test2=2&test3=a=(/bcdef "some title") and [javascript: protocol](javascript:alert('hello there'))
some code with <brackets>
midwordemphasis and underscore emphasis
some@mail.address and escaped@mail.address
an imageif loadable
123. escaped period avoiding a list

top header
second header
third header

<script>alert('script injection')</script>
a with click event
href with click event
[mdscript js href](javascript:alert('js href'))
clickable div

  1. This is the first footnote.

  2. Here's one with multiple paragraphs and code.
    Indent paragraphs to include them in the footnote.
    code
    Add as many paragraphs as you like.