<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <link rel="alternate" type="text/html" href="https://status.theforum365.com"/>
    <title>Pages on </title>
    <link>https://status.theforum365.com/pages/</link>
    <description>Incident history</description>
    <generator>github.com/cstate</generator>
    <language>en</language>
    
    
    
      <atom:link href="https://status.theforum365.com/pages/index.xml" rel="self" type="application/rss+xml" />
    
    
      <item>
        <title>Example Page</title>
        <link>https://status.theforum365.com/pages/example-page/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        <guid>https://status.theforum365.com/pages/example-page/</guid>
        <category></category>
        <description>Title here! This is an example page that demonstrates the capabilities of a Markdown page in cState.
You can use HTML if the file extension is .html, but this one is .md.
Let us dive in.
Paragraphs are separated by a blank line.
2nd paragraph. Italic, bold, and monospace. Itemized lists look like:
 this one that one the other one  Note that &amp;mdash; not considering the asterisk &amp;mdash; the actual text content starts at 4-columns in.</description>
        <content type="html">

&lt;h1 id=&#34;title-here&#34;&gt;Title here!&lt;/h1&gt;

&lt;p&gt;This is an example page that demonstrates the capabilities of a Markdown page in cState.&lt;/p&gt;

&lt;p&gt;You can use HTML if the file extension is &lt;code&gt;.html&lt;/code&gt;, but this one is &lt;code&gt;.md&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Let us dive in.&lt;/p&gt;

&lt;p&gt;Paragraphs are separated by a blank line.&lt;/p&gt;

&lt;p&gt;2nd paragraph. &lt;em&gt;Italic&lt;/em&gt;, &lt;strong&gt;bold&lt;/strong&gt;, and &lt;code&gt;monospace&lt;/code&gt;. Itemized lists
look like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;this one&lt;/li&gt;
&lt;li&gt;that one&lt;/li&gt;
&lt;li&gt;the other one&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Note that &amp;mdash; not considering the asterisk &amp;mdash; the actual text
content starts at 4-columns in.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Block quotes are
written like so.&lt;/p&gt;

&lt;p&gt;They can span multiple paragraphs,
if you like.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Use 3 dashes for an em-dash. Use 2 dashes for ranges (ex., &amp;ldquo;it&amp;rsquo;s all
in chapters 12&amp;ndash;14&amp;rdquo;). Three dots &amp;hellip; will be converted to an ellipsis.
Unicode is supported. ☺&lt;/p&gt;

&lt;h2 id=&#34;an-h2-header&#34;&gt;An h2 header&lt;/h2&gt;

&lt;p&gt;Here&amp;rsquo;s a numbered list:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;first item&lt;/li&gt;
&lt;li&gt;second item&lt;/li&gt;
&lt;li&gt;third item&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Note again how the actual text starts at 4 columns in (4 characters
from the left side). Here&amp;rsquo;s a code sample:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;# Let me re-iterate ...
for i in 1 .. 10 { do-something(i) }
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;As you probably guessed, indented 4 spaces. By the way, instead of
indenting the block, you can use delimited blocks, if you like:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;define foobar() {
    print &amp;quot;Welcome to flavor country!&amp;quot;;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;(which makes copying &amp;amp; pasting easier). You can optionally mark the
delimited block for Pandoc to syntax highlight it:&lt;/p&gt;

&lt;pre&gt;&lt;code class=&#34;language-python&#34;&gt;import time
# Quick, count to ten!
for i in range(10):
    # (but not *too* quick)
    time.sleep(0.5)
    print(i)
&lt;/code&gt;&lt;/pre&gt;

&lt;h3 id=&#34;an-h3-header&#34;&gt;An h3 header&lt;/h3&gt;

&lt;p&gt;Now a nested list:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;First, get these ingredients:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;carrots&lt;/li&gt;
&lt;li&gt;celery&lt;/li&gt;
&lt;li&gt;lentils&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;Boil some water.&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;Dump everything in the pot and follow
this algorithm:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;find wooden spoon
uncover pot
stir
cover pot
balance wooden spoon precariously on pot handle
wait 10 minutes
goto first step (or shut off burner when done)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Do not bump wooden spoon or it will fall.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Notice again how text always lines up on 4-space indents (including
that last line which continues item 3 above).&lt;/p&gt;

&lt;p&gt;Here&amp;rsquo;s a link to &lt;a href=&#34;http://foo.bar&#34;&gt;a website&lt;/a&gt;, to a &lt;a href=&#34;local-doc.html&#34;&gt;local
doc&lt;/a&gt;, and to a &lt;a href=&#34;#an-h2-header&#34;&gt;section heading in the current
doc&lt;/a&gt;. Here&amp;rsquo;s a footnote &lt;sup class=&#34;footnote-ref&#34; id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;

&lt;p&gt;Tables can look like this:&lt;/p&gt;

&lt;p&gt;Name           Size  Material      Color
&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;-|&amp;mdash;&amp;ndash;|&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;|&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;
All Business      9  leather       brown
Roundabout       10  hemp canvas   natural
Cinderella       11  glass         transparent&lt;/p&gt;

&lt;p&gt;Table: Shoes sizes, materials, and colors.&lt;/p&gt;

&lt;p&gt;(The above is the caption for the table.) Pandoc also supports
multi-line tables:&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;Keyword   Text&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;red       Sunsets, apples, and
          other red or reddish
          things.&lt;/p&gt;

&lt;p&gt;green     Leaves, grass, frogs
          and other things it&amp;rsquo;s
          not easy being.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;A horizontal rule follows.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;Here&amp;rsquo;s a definition list:&lt;/p&gt;

&lt;p&gt;apples&lt;br /&gt;
  : Good for making applesauce.&lt;/p&gt;

&lt;p&gt;oranges&lt;br /&gt;
  : Citrus!&lt;/p&gt;

&lt;p&gt;tomatoes&lt;br /&gt;
  : There&amp;rsquo;s no &amp;ldquo;e&amp;rdquo; in tomatoe.&lt;/p&gt;

&lt;p&gt;Again, text is indented 4 spaces. (Put a blank line between each
term and  its definition to spread things out more.)&lt;/p&gt;

&lt;p&gt;Here&amp;rsquo;s a &amp;ldquo;line block&amp;rdquo; (note how whitespace is honored):&lt;/p&gt;

&lt;p&gt;| Line one
|   Line too
| Line tree&lt;/p&gt;

&lt;p&gt;and images can be specified like so:&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;https://via.placeholder.com/350x150&#34; alt=&#34;example image&#34; title=&#34;An exemplary image&#34; /&gt;&lt;/p&gt;

&lt;p&gt;Inline math equation: $\omega = d\phi / dt$. Display
math should get its own line like so:&lt;/p&gt;

&lt;p&gt;$$I = \int \rho R^{2} dV$$&lt;/p&gt;

&lt;p&gt;And note that you can backslash-escape any punctuation characters
which you wish to be displayed literally, ex.: `foo`, *bar*, etc.&lt;/p&gt;
&lt;div class=&#34;footnotes&#34;&gt;

&lt;hr /&gt;

&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;Some footnote text.
 &lt;a class=&#34;footnote-return&#34; href=&#34;#fnref:1&#34;&gt;&lt;sup&gt;[return]&lt;/sup&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</content>
      </item>
    
  </channel>
</rss>
