<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Markdown</title>
        <link>https://onp4.com/@p4/~markdown</link>
        <description>Markdown</description>
        <lastBuildDate>Wed, 03 Jun 2026 18:38:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>P4 - P for posting</generator>
        <language>en</language>
        <copyright>Copyright, P4</copyright>
        <item>
            <link>https://onp4.com/@outpsyched/p/9jnqvzz5mq</link>
            <guid>https://onp4.com/@outpsyched/p/9jnqvzz5mq</guid>
            <pubDate>Sat, 16 May 2026 19:57:36 GMT</pubDate>
            <content:encoded><![CDATA[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:1] F G A | A G F | G A B | A2 z |
[V:2] d e f | f e d | e f g | f2 z |
[V:3] F2 F | C2 C | C2 C | F2 z |
w: Du ska in- te tro det blir som- mar,
%
% --- Rad 2 ---
[V:1] A B c | c B A | G F G | A2 z |
[V:2] f g a | a g f | e d e | f2 z |
[V:3] F2 F | F2 F | C2 C | F2 z |
w: i- fån in- te nå- n sät- ter fart.
%
% --- Rad 3 ---
[V:1] c c c | d2 d | B B B | c2 z |
[V:2] a a a | b2 b | g g g | a2 z |
[V:3] F2 F | B2 B | G2 G | C2 z |
w: På som- marn och gör lite som- mrigt,
%
% --- Rad 4 ---
[V:1] A A A | B B G | A G F | F2 z |]
[V:2] f f f | g g e | f e d | d2 z |]
[V:3] F2 F | G2 C | C2 C | F2 z |]
w: då kom- mer väl som- ma- ren snart.]]></content:encoded>
        </item>
        <item>
            <link>https://onp4.com/@elkin/p/1o5tidy0ke</link>
            <guid>https://onp4.com/@elkin/p/1o5tidy0ke</guid>
            <pubDate>Tue, 24 Oct 2023 16:33:17 GMT</pubDate>
            <content:encoded><![CDATA[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 |]
]]></content:encoded>
        </item>
        <item>
            <link>https://onp4.com/@p4/p/zdhtppe9i4</link>
            <guid>https://onp4.com/@p4/p/zdhtppe9i4</guid>
            <pubDate>Fri, 27 Dec 2019 15:15:08 GMT</pubDate>
            <content:encoded><![CDATA[#Markdown Help

```csv
`*italic*`, *italic* 
`**bold**`, **bold**
`==highlight==`, ==highlight==
`~~strikethrough~~`, ~~strikethrough~~
`++underline++`, ++underline++
`^superscript^`, ^superscript^
`~subscript~`, ~subscript~
`::smile::`, ::smile::
`[P4](https://onp4.com)`, [P4](https://onp4.com)
`![](http://i.imgur.com/MB6vVNv.png)`,![](http://i.imgur.com/MB6vVNv.png)
`::Q:: ::K::`, ::Q:: ::K::
`$\sqrt{x}$`, $\sqrt{x}$
` ``key Ctrl + Shift + Del`` `, ``kbd Ctrl + Shift + Del``
` ``path C:\trojan-pony.exe`` `, ``path C:\trojan-pony.exe``
` ``js eval("is not evil")`` `, ``js eval("is not evil")``
` ``html <div>Node JS no party</div>`` `, ``html <div>Node JS no party</div>``
```]]></content:encoded>
        </item>
        <item>
            <link>https://onp4.com/@p4/p/2iwc8n4tz7</link>
            <guid>https://onp4.com/@p4/p/2iwc8n4tz7</guid>
            <pubDate>Sat, 02 Nov 2019 10:48:29 GMT</pubDate>
            <content:encoded><![CDATA[## 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](https://khan.github.io/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.

### Inline math
To add a math element in text, surround it by double dollar marks `$$\sqrt{x}$$`, and it will automatically convert it to look like this: $$\sqrt{x}$$.

### Block math
To add a math element in block, use either ```math``` or ```katex``` command code between block code fences ` ``` `, like this:

    ```katex
    \cfrac{a}{1 + \cfrac{1}{b}}
    ```

```katex
\cfrac{a}{1 + \cfrac{1}{b}}
```

Check out [\~math](https://onp4.com/@p4/~math) stream for more.]]></content:encoded>
        </item>
        <item>
            <link>https://onp4.com/@p4/p/4hmu93rces</link>
            <guid>https://onp4.com/@p4/p/4hmu93rces</guid>
            <pubDate>Fri, 01 Nov 2019 14:55:32 GMT</pubDate>
            <content:encoded><![CDATA[#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::`.

```csv
**Code**, **Emoji**, **Code**, **Emoji**, **Code**, **Emoji**
`:grinning:`, :grinning:, `:smile:`, :smile:, `:upside_down_face:`, :upside_down_face:
`:laughing:`, :laughing:, `:smiley:`, :smiley:, `:slightly_smiling_face:`, :slightly_smiling_face:
`:grin:`, :grin:, `:sweat_smile:`, :sweat_smile:, `:kissing_closed_eyes:`, :kissing_closed_eyes:
`:joy:`, :joy:, `:blush:`, :blush:, `:heart_eyes:`, :heart_eyes:
`:wink:`, :wink:, `:innocent:`, :innocent:, `:kissing:`, :kissing:
`:kissing_heart:`,:kissing_heart:, `:yum:`, :yum:, `:kissing_smiling_eyes:`, :kissing_smiling_eyes:
`:stuck_out_tongue:`,:stuck_out_tongue:, `:money_mouth_face:`, :money_mouth_face:, `:stuck_out_tongue_winking_eye:`,:stuck_out_tongue_winking_eye:
`:zipper_mouth_face:`, :zipper_mouth_face:, `:expressionless:`,:expressionless:, `:smirk:`,:smirk:
`:lying_face:`,:lying_face:, `:neutral_face:`, :neutral_face:, `:no_mouth:`, :no_mouth:
`:unamused:`, :unamused:, `:grimacing:`, :grimacing:, `:relieved:`, :relieved:
`:sleepy:`, :sleepy:, `:sleeping:`, :sleeping:, `:pensive:`,:pensive:
`:drooling_face:`,:drooling_face:, `:mask:`,:mask:, `:face_with_head_bandage:`,:face_with_head_bandage:

```]]></content:encoded>
        </item>
        <item>
            <link>https://onp4.com/@p4/p/s8kjtgcfti</link>
            <guid>https://onp4.com/@p4/p/s8kjtgcfti</guid>
            <pubDate>Fri, 01 Nov 2019 13:47:23 GMT</pubDate>
            <content:encoded><![CDATA[##Typographic replacements

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


```csv
copyright, `(c)` or `(C)`, (c)
registered, `(r)` or `(R)`, (r)
trademark, `(tm)` or `(TM)`, (tm)
ellipsis, `...`, ...
plusminus, `(+-)`, +-
mdash, `---`, ---
ndash, `--`, --
```
]]></content:encoded>
        </item>
        <item>
            <link>https://onp4.com/@p4/p/vx7fp7wpxq</link>
            <guid>https://onp4.com/@p4/p/vx7fp7wpxq</guid>
            <pubDate>Fri, 01 Nov 2019 13:45:05 GMT</pubDate>
            <content:encoded><![CDATA[##Horizontal rules

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

    ___

 ___
    ---
---
    ***
***]]></content:encoded>
        </item>
        <item>
            <link>https://onp4.com/@p4/p/zoevzas8dp</link>
            <guid>https://onp4.com/@p4/p/zoevzas8dp</guid>
            <pubDate>Fri, 01 Nov 2019 13:25:25 GMT</pubDate>
            <content:encoded><![CDATA[##Blockquote

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

    >Blockquote goes here

>Blockquote goes here


Blockquotes can contain other Markdown elements, for example headers and lists, as wells as forms of emphasis:

>## This is a header.
>1. *Item 1*
>2. **Item 2**

Blockquotes can also be nested:

> Like this...

>> by using additional `>>` greater-than signs...

> > > and by using spaces between them `> > >`...]]></content:encoded>
        </item>
        <item>
            <link>https://onp4.com/@p4/p/0a4xl4i8fd</link>
            <guid>https://onp4.com/@p4/p/0a4xl4i8fd</guid>
            <pubDate>Fri, 01 Nov 2019 13:21:16 GMT</pubDate>
            <content:encoded><![CDATA[##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.

    ```csv
    **Name**, **Surname**, **Known As**, **Age**
    Marcelo, David, coldzera, 22
    Oleksandr, Kostyliev, s1mple, 19
    Nikola, Kovač, NiKo, 20
    ```

```csv
**Name**, **Surname**, **Known As**, **Age**
Marcelo, David, coldzera, 22
Oleksandr, Kostyliev, s1mple, 19
Nikola,  Kovač, NiKo, 20
```]]></content:encoded>
        </item>
        <item>
            <link>https://onp4.com/@p4/p/1l83b019af</link>
            <guid>https://onp4.com/@p4/p/1l83b019af</guid>
            <pubDate>Fri, 01 Nov 2019 13:14:55 GMT</pubDate>
            <content:encoded><![CDATA[##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. 

By surrounding text with specific punctuation marks, you can do the following formatting. You can choose whichever style you prefer, the only rule being is that the same character must be used to open and close an emphasis span.

Use `*` or `_` for *italic text*: 

    *italic text* or _italic text_

Use `**` or  `__` for **bold text**:

    **italic text** or __italic text__
    
Use `==`to ==highlight==:

    ==highlight==	

Use `~~` to ~~strikethrough~~:

    ~~strikethrough~~

Use `++` to ++underline++:

    ++underline++
    
Use `^` for A^superscript^ or A~subscript~:

    ^superscript^ or ~subscript~
]]></content:encoded>
        </item>
        <item>
            <link>https://onp4.com/@p4/p/tqjj4i0zdd</link>
            <guid>https://onp4.com/@p4/p/tqjj4i0zdd</guid>
            <pubDate>Fri, 01 Nov 2019 13:07:30 GMT</pubDate>
            <content:encoded><![CDATA[##Lists

Markdown supports both ordered (numbers) and unordered (bullets) lists.

- For **ordered list** use numbers followed by period. You can use sequential numbers or keep all numbers as `1.`:


    1.
    2.
    
1. 
2. 


- For **unordered list** you can use either `-`, `*`, or `+`  interchangably to create unordered bullet list:



    + Item 1
    * Item 2
    - Item 3
     - Sub-lists are made with extra space
        - Third level


- Item 1
+ Item 2
* Item 3
  - Sub-lists are made with extra spaces
     - Third level

You can also mix the two and use a combination of ordered list and underordered sublist.
]]></content:encoded>
        </item>
        <item>
            <link>https://onp4.com/@p4/p/pm44w1wqg1</link>
            <guid>https://onp4.com/@p4/p/pm44w1wqg1</guid>
            <pubDate>Fri, 01 Nov 2019 12:58:38 GMT</pubDate>
            <content:encoded><![CDATA[##Links to images

Markdown supports inline and reference style images. To add an inline style image, use the following notation `![...](...)`, whereby you insert a link to an image in round brackets `(Link to Image)`:

    ![](http://i.imgur.com/MB6vVNv.png)

![](http://i.imgur.com/MB6vVNv.png)

You might have noticed that the image notation is similar to the link notation with the only difference being an exclamation mark `!` that goes before the first set of square brackets.]]></content:encoded>
        </item>
        <item>
            <link>https://onp4.com/@p4/p/qa5hw64xlh</link>
            <guid>https://onp4.com/@p4/p/qa5hw64xlh</guid>
            <pubDate>Fri, 01 Nov 2019 12:54:16 GMT</pubDate>
            <content:encoded><![CDATA[## Links

You can insert a link into your text in Markdown using `[...](...)`, whereby you type the name of the link in square brackets `[P4]`, followed by the link itself in round brackets `(https://onp4.com)` like that [P4](https://onp4.com):

    [P4](https://onp4.com)
  
You can also type a link as is `https://...`, but this is not recommended, as it is regarded as text.
]]></content:encoded>
        </item>
        <item>
            <link>https://onp4.com/@p4/p/qoqnj4xeti</link>
            <guid>https://onp4.com/@p4/p/qoqnj4xeti</guid>
            <pubDate>Fri, 01 Nov 2019 12:47:24 GMT</pubDate>
            <content:encoded><![CDATA[## Code & technical text

Inline code is helpful when writing about programming or showing a source code.  

For simple **mark-up**, put a word between single back-ticks:

    `code block`
    
 `code block`

For more **technical text**, use double back-ticks specifying the language, for example:

- JS

        ``js console.log(123)``
        
        ``js console.log(123)``


- HTML

        ``html <div class="text"     style="border:1px solid red">Hello world</div>``

    ``html <div class="text" style="border:1px solid red">Hello world</div>``



- Keystrokes

        ``key Enter``

 ``key Enter``


- Path 

        ``path C:\Program Files\virus.exe``

 ``path C:\Program Files\virus.exe``]]></content:encoded>
        </item>
        <item>
            <link>https://onp4.com/@p4/p/uks9ueadg0</link>
            <guid>https://onp4.com/@p4/p/uks9ueadg0</guid>
            <pubDate>Fri, 01 Nov 2019 12:39:17 GMT</pubDate>
            <content:encoded><![CDATA[##Headings
Headings are usually set using a hash before a title. The number of hashes determine the depth of the heading. Hash heading depths range from 1-6:

    H1: # Heading 1
    H2: ## Heading 2
    H3: ### Heading 3
    H4: #### Heading 4
    H5: ##### Heading 5
    H6: ###### Heading 6

# H1
## H2
### H3
#### H4
##### H5
###### H6


Alternatively, for H1 you can use `----` instead of `#` underneath the heading, and for H2 `====` instead of `##`:

    H1: Heading 1
    -------------
    H2: Heading 2
    =============


You can also use inline formatting and links inside the headings:

    #*Heading in italic*
    #Link in the heading to [P4](https://onp4.com)]]></content:encoded>
        </item>
        <item>
            <link>https://onp4.com/@p4/p/xqea82l7ak</link>
            <guid>https://onp4.com/@p4/p/xqea82l7ak</guid>
            <pubDate>Fri, 01 Nov 2019 12:32:55 GMT</pubDate>
            <content:encoded><![CDATA[#Why Markdown?

Markdown is a simple formatting tool that helps turn plain text into a pretty document, --- be it a post, a blog, a paper, a book or just a couple of notes. 

It enables faster creating and editing of posts. You can mark up your text in nearly any way you like. It is widely used, easy to pick up and makes writing much more productive.

Markdown gives you a nice durable way to create readable text that you will be able to read and edit any time. It eliminates dependency on a single software app and lets you create, publish and share with confidence.

When presenting content in Markdown, the input looks as nice as the output.

Let's dive into it!]]></content:encoded>
        </item>
    </channel>
</rss>