MaMarkdown~markdown
P4@p4

You can write your posts using Markdown — for simple formatting or more advanced things such as code , chess , math , music notes 🎵, and more…😉

X:1 T:Idas sommarvisa C:Georg Riedel O:Arrangemang för trio (Nybörjare) M:3/4 L:1/4 Q:1/4=110 V:1 name=”Tvärflöjt” snm=”Fl.” clef=treble V:2 name=”Klarinett (B♭)” snm=”Kl.” clef=treble V:3 name=”Altfiol” snm=”Aft.” clef=alto K:F % % — Rad 1 — V:1F G A | A G F | G A B | A2 z | V:2d e f | f e d | e f g | f2 z | V:3F2 F | C2 C | C2 C | F2 z | w: Du ska in- te tro det blir som- mar, % % — Rad 2 — V:1A B c | c B A | G F G | A2 z | V:2f g a | a g f | e d e | f2 z | V:3F2 F | F2 F | C2 C | F2 z | w: i- fån in- te nå- n sät- ter fart. % % — Rad 3 — V:1c c c | d2 d | B B B | c2 z | V:2a a a | b2 b | g g g | a2 z | V:3F2 F | B2 B | G2 G | C2 z | w: På som- marn och gör lite som- mrigt, % % — Rad 4 — V:1A A A | B B G | A G F | F2 z |] V:2f f f | g g e | f e d | d2 z |] V:3F2 F | G2 C | C2 C | F2 z |] w: då kom- mer väl som- ma- ren snart.

X:1 T:Los Pollitos Dicen M:3/4 L:1/4 K:C G | “C”E2 G2 G | “G7”G3 G | “C”E2 C2 C | “G7”D3 D | “C”E2 G2 G | “G7”G3 G | “C”E2 C2 C | “G7”D4 | “F”F2 F2 E | “C”D3 C | “G7”B2 G2 F | “C”E4 | “C”E2 G2 G | “G7”G3 G | “C”E2 C2 C | “G7”D3 D | “C”E2 G2 G | “G7”G3 G | “C”E2 C2 C | “G7”D4 |]

Markdown Help

1 reply
Last reply 5 years ago

Math

You can post complex math equations in a simple and fast way using Markdown and KaTex. No need to take screenshots to write about math, use KaTex syntax to display formulas, equations, symbols, and functions unline and in block as described bellow. It will serve you well for mathematical blogs and notes taking.

Emoji

Add emotions to your posts

You can write emoji in Markdown by placing emoji codename between the colons :smile:. Either single or double colons work just fine ::smile::.

Typographic replacements

Use the following rules to display typographic replacements. You can use lowercase or uppercase letters for trademark symbols.

Horizontal rules

You can add horizontal rules to your post in three different ways, either by using ___, ---, or ***:

Blockquote

To quote a something, add > before the first line:

Tables

To draw a table, use csv command code between block code fences ``` , and list each item in the column followed by comma. Markdown formatting is supported within the table, so you can add any emphasis you want.

Emphasis

Standard Markdown allows you to do some basic formatting, for example making text italic or bold. Bold and italic is about as much formatting allowed in standard Markdown. Various Markdown implementaions over time have come up with different extensions. P4 implements a number of them.