<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Cheatsheet on SamsiFPV</title>
    <link>https://samsifpv.ch/tags/cheatsheet/</link>
    <description>Recent content in Cheatsheet on SamsiFPV</description>
    <image>
      <title>SamsiFPV</title>
      <url>https://samsifpv.ch/images/papermod-cover.png</url>
      <link>https://samsifpv.ch/images/papermod-cover.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <copyright>Marlon Tanner</copyright>
    <lastBuildDate>Thu, 19 Dec 2024 21:13:45 +0200</lastBuildDate>
    <atom:link href="https://samsifpv.ch/tags/cheatsheet/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Markdown Cheatsheet</title>
      <link>https://samsifpv.ch/wiki/markdown-cheatsheet/</link>
      <pubDate>Thu, 19 Dec 2024 21:13:45 +0200</pubDate>
      <guid>https://samsifpv.ch/wiki/markdown-cheatsheet/</guid>
      <description>&lt;h2 id=&#34;headers&#34;&gt;Headers&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# H1
## H2
### H3
#### H4
##### H5
###### H6
&lt;/code&gt;&lt;/pre&gt;&lt;h1 id=&#34;h1&#34;&gt;H1&lt;/h1&gt;
&lt;h2 id=&#34;h2&#34;&gt;H2&lt;/h2&gt;
&lt;h3 id=&#34;h3&#34;&gt;H3&lt;/h3&gt;
&lt;h4 id=&#34;h4&#34;&gt;H4&lt;/h4&gt;
&lt;h5 id=&#34;h5&#34;&gt;H5&lt;/h5&gt;
&lt;h6 id=&#34;h6&#34;&gt;H6&lt;/h6&gt;
&lt;h2 id=&#34;emphasis&#34;&gt;Emphasis&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Italics: *asterisks* or _underscores_  
Bold: **asterisks** or __underscores__  
Combined: **asterisks** and _underscores_  
Strikethrough: two tildes. ~~Scratch this~~  
Underline: &amp;lt;ins&amp;gt;underline&amp;lt;ins/&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Italics: &lt;em&gt;asterisks&lt;/em&gt; or &lt;em&gt;underscores&lt;/em&gt;&lt;br&gt;
Bold: &lt;strong&gt;asterisks&lt;/strong&gt; or &lt;strong&gt;underscores&lt;/strong&gt;&lt;br&gt;
Combined: &lt;strong&gt;asterisks&lt;/strong&gt; and &lt;em&gt;underscores&lt;/em&gt;&lt;br&gt;
Strikethrough: two tildes. &lt;del&gt;Scratch this&lt;/del&gt;&lt;br&gt;
Underline: &lt;!-- raw HTML omitted --&gt;underline&lt;!-- raw HTML omitted --&gt;&lt;/p&gt;
&lt;h2 id=&#34;lists&#34;&gt;Lists&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;1. First ordered list item
2. Another item
	* Unordered sub-list. 
1. Actual numbers don&amp;#39;t matter, just that it&amp;#39;s a number
	1. Ordered sub-list
2. And another item.

	You can have properly indented paragraphs within list items. Notice the blank line above, and the leading spaces (at least one, but we&amp;#39;ll use three here to also align the raw Markdown).

	To have a line break without a paragraph, you will need to use two trailing spaces.  
	Note that this line is separate, but within the same paragraph.  
	(This is contrary to the typical GFM line break behaviour, where trailing spaces are not required.)

* Unordered list can use asterisks
- Or minuses
+ Or pluses
&lt;/code&gt;&lt;/pre&gt;&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;First ordered list item&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
