mirror of https://github.com/vacp2p/rfc.git
94 lines
6.6 KiB
XML
94 lines
6.6 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
<channel>
|
|
<title>My New Hugo Site</title>
|
|
<link>http://example.org/docs/shortcodes/</link>
|
|
<description>Recent content on My New Hugo Site</description>
|
|
<generator>Hugo -- gohugo.io</generator>
|
|
<language>en-us</language><atom:link href="http://example.org/docs/shortcodes/index.xml" rel="self" type="application/rss+xml" />
|
|
<item>
|
|
<title></title>
|
|
<link>http://example.org/docs/shortcodes/buttons/</link>
|
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
|
|
<guid>http://example.org/docs/shortcodes/buttons/</guid>
|
|
<description>Buttons # Buttons are styled links that can lead to local page or external link.
|
|
Example # {{&lt; button relref=&#34;/&#34; [class=&#34;...&#34;] &gt;}}Get Home{{&lt; /button &gt;}} {{&lt; button href=&#34;https://github.com/alex-shpak/hugo-book&#34; &gt;}}Contribute{{&lt; /button &gt;}} Get Home Contribute </description>
|
|
</item>
|
|
|
|
<item>
|
|
<title></title>
|
|
<link>http://example.org/docs/shortcodes/columns/</link>
|
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
|
|
<guid>http://example.org/docs/shortcodes/columns/</guid>
|
|
<description>Columns # Columns help organize shorter pieces of content horizontally for readability.
|
|
{{&lt; columns &gt;}} &lt;!-- begin columns block --&gt; # Left Content Lorem markdownum insigne... &lt;---&gt; &lt;!-- magic separator, between columns --&gt; # Mid Content Lorem markdownum insigne... &lt;---&gt; &lt;!-- magic separator, between columns --&gt; # Right Content Lorem markdownum insigne... {{&lt; /columns &gt;}} Example # Left Content Lorem markdownum insigne. Olympo signis Delphis! Retexi Nereius nova develat stringit, frustra Saturnius uteroque inter!</description>
|
|
</item>
|
|
|
|
<item>
|
|
<title></title>
|
|
<link>http://example.org/docs/shortcodes/details/</link>
|
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
|
|
<guid>http://example.org/docs/shortcodes/details/</guid>
|
|
<description>Details # Details shortcode is a helper for details html5 element. It is going to replace expand shortcode.
|
|
Example # {{&lt; details &#34;Title&#34; [open] &gt;}} ## Markdown content Lorem markdownum insigne... {{&lt; /details &gt;}} {{&lt; details title=&#34;Title&#34; open=true &gt;}} ## Markdown content Lorem markdownum insigne... {{&lt; /details &gt;}} Title Markdown content Lorem markdownum insigne&hellip; </description>
|
|
</item>
|
|
|
|
<item>
|
|
<title></title>
|
|
<link>http://example.org/docs/shortcodes/expand/</link>
|
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
|
|
<guid>http://example.org/docs/shortcodes/expand/</guid>
|
|
<description>Expand # Expand shortcode can help to decrease clutter on screen by hiding part of text. Expand content by clicking on it.
|
|
Example # Default # {{&lt; expand &gt;}} ## Markdown content Lorem markdownum insigne... {{&lt; /expand &gt;}} Expand ↕ Markdown content Lorem markdownum insigne&hellip; With Custom Label # {{&lt; expand &#34;Custom Label&#34; &#34;...&#34; &gt;}} ## Markdown content Lorem markdownum insigne.</description>
|
|
</item>
|
|
|
|
<item>
|
|
<title></title>
|
|
<link>http://example.org/docs/shortcodes/hints/</link>
|
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
|
|
<guid>http://example.org/docs/shortcodes/hints/</guid>
|
|
<description>Hints # Hint shortcode can be used as hint/alerts/notification block.
|
|
There are 3 colors to choose: info, warning and danger.
|
|
{{&lt; hint [info|warning|danger] &gt;}} **Markdown content** Lorem markdownum insigne. Olympo signis Delphis! Retexi Nereius nova develat stringit, frustra Saturnius uteroque inter! Oculis non ritibus Telethusa {{&lt; /hint &gt;}} Example # Markdown content
|
|
Lorem markdownum insigne. Olympo signis Delphis! Retexi Nereius nova develat stringit, frustra Saturnius uteroque inter! Oculis non ritibus Telethusa Markdown content</description>
|
|
</item>
|
|
|
|
<item>
|
|
<title></title>
|
|
<link>http://example.org/docs/shortcodes/katex/</link>
|
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
|
|
<guid>http://example.org/docs/shortcodes/katex/</guid>
|
|
<description>KaTeX # KaTeX shortcode let you render math typesetting in markdown document. See KaTeX
|
|
Example # {{&lt; katex [display] [class=&#34;text-center&#34;] &gt;}} f(x) = \int_{-\infty}^\infty\hat f(\xi)\,e^{2 \pi i \xi x}\,d\xi {{&lt; /katex &gt;}} Display Mode Example # Here is some inline example: \(\pi(x)\) , rendered in the same line. And below is display example, having display: block \[f(x) = \int_{-\infty}^\infty\hat f(\xi)\,e^{2 \pi i \xi x}\,d\xi\] Text continues here.</description>
|
|
</item>
|
|
|
|
<item>
|
|
<title></title>
|
|
<link>http://example.org/docs/shortcodes/mermaid/</link>
|
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
|
|
<guid>http://example.org/docs/shortcodes/mermaid/</guid>
|
|
<description>Mermaid Chart # Mermaid is library for generating svg charts and diagrams from text.
|
|
Example # {{&lt; mermaid [class=&#34;text-center&#34;]&gt;}} sequenceDiagram Alice-&gt;&gt;Bob: Hello Bob, how are you? alt is sick Bob-&gt;&gt;Alice: Not so good :( else is well Bob-&gt;&gt;Alice: Feeling fresh like a daisy end opt Extra response Bob-&gt;&gt;Alice: Thanks for asking end {{&lt; /mermaid &gt;}} </description>
|
|
</item>
|
|
|
|
<item>
|
|
<title></title>
|
|
<link>http://example.org/docs/shortcodes/tabs/</link>
|
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
|
|
<guid>http://example.org/docs/shortcodes/tabs/</guid>
|
|
<description>Tabs # Tabs let you organize content by context, for example installation instructions for each supported platform.
|
|
{{&lt; tabs &#34;uniqueid&#34; &gt;}} {{&lt; tab &#34;MacOS&#34; &gt;}} # MacOS Content {{&lt; /tab &gt;}} {{&lt; tab &#34;Linux&#34; &gt;}} # Linux Content {{&lt; /tab &gt;}} {{&lt; tab &#34;Windows&#34; &gt;}} # Windows Content {{&lt; /tab &gt;}} {{&lt; /tabs &gt;}} Example # MacOS MacOS This is tab MacOS content.
|
|
Lorem markdownum insigne. Olympo signis Delphis!</description>
|
|
</item>
|
|
|
|
</channel>
|
|
</rss>
|