Amicron Wawi & CRM
30 Tage Testversion
Prozessoptimierung
Fragen? 06241 98728 0

Ultimatives Markdown Cheat Sheet

Anzahl Stückpreis
Bis 1
11,90 €*
Ab 2
11,31 €*

Nur noch 1 lieferbar.

Dieses Produkt wurde vollständig in der Warenwirtschaft Amicron Faktura gepflegt und dann über die Amicron Shopware Schnittstelle der satware AG bereitgestellt.
Blatt
Produktnummer: MD-CS
Hersteller: satware AG
Breite: 210 mm
Höhe: 297 mm
Länge: 0.1 mm
Gewicht: 0.015 kg
Produktinformationen "Ultimatives Markdown Cheat Sheet"

Mit Common Mark kann man mit Amicron sehr gut SEO optimierte Texte an shopware übertragen.

Die Texte können kursiv (Italic) oder fett (Bold) formatiert werden.

Es können selb Javascript Befehle eingebettet werden, was grenzenlose Möglichkeiten in der Produktdefinition bietet.

Überschriften von H1...

... bis H4 lassen sich schnell anlegen.

Links können direkt als URL https://www.google.de oder mit Ankertext eingegeben werden.

Ungeordnete Listen können mit * oder - angelegt werden:

  • Listenpunkt 1
  • Listenpunkt 2
  • usw.

Aufzählungen werden einfach mit 1. 2. 3. usw. angelegt:

  1. Punkt 1
  2. Punkt 2
  3. usw. angelegt.

Drei Bindestriche (---) erzeugen ein HR Tag


inline Code kann verwendet werden, oder auch ein mehrzeiliger Codeblock:

Code Block

Tabellen

| Inhaltstoff | Angabe je 100 g | *RDA % 9 Kapseln |
| :--- |
| L-Carnitin |  83,9 g | 20% |
| Cellulose | 16,1 g | - |

ergibt:

Inhaltstoff Angabe je 100 g *RDA % 9 Kapseln
L-Carnitin 83,9 g 20%
Cellulose 16,1 g -

Bilder können extern eingebunden werden:

Die Shopware Schnittstelle der satware AG für Amicron macht es möglich

Mit Größenangaben

Mit Größenangaben

Weitere Funktionen können hier getestet werden: https://parsedown.org/demo

♥ Parsdown Tests, diese Element sind möglich! ♥

Aesthetic Table

header 1 header 2
cell 1.1 cell 1.2
cell 2.1 cell 2.2

Aligned Table

header 1 header 2 header 2
cell 1.1 cell 1.2 cell 1.3
cell 2.1 cell 2.2 cell 2.3

Atx Heading

h1

h2

h3

h4

h5
h6

####### not a heading

closed h1

#

Automatic Link

http://example.com

Block-level Html

_content_

paragraph

_content_

Code Block

<?php

$message = 'Hello World!';
echo $message;

> not a quote
- not a list item
[not a reference]: http://foo.com

Code Span

a code span

this is also a codespan trailing text

and look at this one!

single backtick in a code span: `

backtick-delimited string in a code span: `foo`

sth `` sth

Compound Blockquote

header

paragraph

  • li

paragraph

Compound Emphasis

code code

codecodecode

Compound List

  • paragraph

    paragraph

  • paragraph

    quote

Deeply Nested List

  • li
    • li
      • li
      • li
    • li
  • li

Em Strong

em strong

em strong strong

strong em strong

strong em strong strong

em strong

em strong strong

strong em strong

strong em strong strong

Email

my email is me@example.com

Emphasis

underscore, asterisk, one two, three four, a, b

strong and em and strong and em

line line line

this_is_not_an_emphasis

an empty emphasis __ ** is not an emphasis

*mixed *double and single asterisk** spans

Escaping

escaped *emphasis*.

escaped \*emphasis\* in a code span

escaped \*emphasis\* in a code block

\ ` * _ { } [ ] ( ) > # + - . !

one_two one_two

one*two one*two

Fenced Code Block

<?php

$message = 'fenced code block';
echo $message;
tilde
echo 'language identifier';
echo 'language identifier with non words';
<?php
echo "Hello World";
?>
<a href="http://auraphp.com" >Aura Project</a>
<?php
echo "Hello World";

Horizontal Rule






Html Comment

paragraph

paragraph

Html Entity

& © {

Image Reference

Markdown Logo

![missing reference]

Image Title

alt

blank title

Implicit Reference

an implicit reference link

an implicit reference link with an empty link definition

an implicit reference link followed by another

an explicit reference link with a title

Inline Link

link

link with parentheses in URL

(link) in parentheses

link

MD Logo

MD Logo and text

MD Logo and text

Inline Link Title

single quotes

double quotes

single quotes blank

double quotes blank

space

parentheses

Inline Title

single quotes and double quotes

Lazy Blockquote

quote the rest of it

another paragraph the rest of it

Lazy List

  • li the rest of it

Line Break

line
line

Multiline List Paragraph

  • li

    line line

Multiline Lists

  1. One First body copy

  2. Two Last body copy

Nested Block-level Html

_parent_
_child_
_adopted child_

outside

Ordered List

  1. one
  2. two

repeating numbers:

  1. one
  2. two

large numbers:

  1. one

Paragraph List

paragraph

  • li
  • li

paragraph

  • li

  • li

Reference Title

double quotes and single quotes and parentheses

[invalid title]: http://example.com example title

Self-closing Html


paragraph


paragraph


paragraph


paragraph


paragraph


paragraph

Separated Nested List

  • li

    • li
    • li

Setext Header

h1

h2

single character

not a header


Simple Blockquote

quote

indented:

quote

no space after >:

quote

Simple Table

header 1 header 2
cell 1.1 cell 1.2
cell 2.1 cell 2.2

header 1 header 2
cell 1.1 cell 1.2
cell 2.1 cell 2.2

Span-level Html

an important link

broken
line

inline tag at the beginning

http://example.com

Sparse Dense List

  • li

  • li

  • li

Sparse Html

line 1 line 2 line 3 line 4

Sparse List

  • li

  • li


  • li

    • indented li

Special Characters

AT&T has an ampersand in their name

this & that

4 < 5 and 6 > 5

http://example.com/autolink?a=1&b=2

inline link

reference link

Strikethrough

strikethrough

here's one followed by another one

~~ this ~~ is not one neither is ~this~

Strong Em

em strong em

strong em em

em strong em em

em strong em

strong em em

em strong em em

Tab-indented Code Block

<?php

$message = 'Hello World!';
echo $message;

echo "following a blank line";

Table Inline Markdown

header 1 header 2
cell 1.1 cell 1.2
| 2.1 | 2.2
\| 2.1 link

Text Reference

reference link

one with a semantic name

[one][404] with no definition

multiline one defined on 2 lines

one with a mixed case label and an upper case definition

one with the a label on the next line

link

Unordered List

  • li
  • li

mixed markers:

  • li
  • li
  • li

Untidy Table

header 1 header 2
cell 1.1 cell 1.2
cell 2.1 cell 2.2

Url Autolinking

an autolink http://example.com

inside of brackets [http://example.com], inside of braces {http://example.com}, inside of parentheses (http://example.com)

trailing slash http://example.com/ and http://example.com/path/

Whitespace

code

Xss Attribute Encoding

xss

xss

xss

xss

xss"

xss'

Xss Bad Url

xss

xss

xss

xss

xss

xss

xss

xss

xss

xss

xss

xss

xss

xss

xss

xss

Xss Text Encoding

Eigenschaften "Ultimatives Markdown Cheat Sheet"
Materialien: Papier
Ursprungsland: DE

0 von 0 Bewertungen

Bewerten Sie dieses Produkt!

Teilen Sie Ihre Erfahrungen mit anderen Kunden.