<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic [Off-topic] Forum Markup in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Off-topic-Forum-Markup/m-p/11091#M3045</link>
    <description>In the SAS Procedures forum, Peter.C asked for information about the markup accepted by these forums.&lt;BR /&gt;
&lt;BR /&gt;
I don't have any insider knowledge of the software driving these forums, and I've not been able to track down any official documentation for the markup it supports, but here are a few things I've been able to figure out just by trying other versions of wiki-style markup.&lt;BR /&gt;
&lt;BR /&gt;
First, for the LT and GT symbols, use the HTML character entities &amp;amp;lt; for &amp;lt; and &amp;amp;gt; for &amp;gt;.&lt;BR /&gt;
&lt;BR /&gt;
It doesn't come up very often, but you can use &amp;amp;amp; for &amp;amp;.&lt;BR /&gt;
&lt;BR /&gt;
To make text &lt;B&gt;bold&lt;/B&gt; surround it with [b] and [/b]. For example [b]bold[/b]&lt;BR /&gt;
To make text &lt;I&gt;italic&lt;/I&gt; surround it with [i] and [/i]. For example [i]italic[/i]&lt;BR /&gt;
To &lt;U&gt;underscore&lt;/U&gt; text surround it with [u] and [/u]. For example [u]underscore[/u]&lt;BR /&gt;
&lt;BR /&gt;
Surround code snippets with [pre] and [/pre] This changes to a typewriter font and retains spaces and line breaks. So&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc print data=sashelp.class;&lt;BR /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
becomes &lt;BR /&gt;
[pre]&lt;BR /&gt;
proc print data=sashelp.class;&lt;BR /&gt;
   run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
And finally, if you want to suppress the automatic conversion of the tags (like I've done for these examples), use &amp;amp;#91; for [ and &amp;amp;#93; for ].

Message was edited by: Tim@SAS</description>
    <pubDate>Tue, 03 Nov 2009 14:21:58 GMT</pubDate>
    <dc:creator>Tim_SAS</dc:creator>
    <dc:date>2009-11-03T14:21:58Z</dc:date>
    <item>
      <title>[Off-topic] Forum Markup</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Off-topic-Forum-Markup/m-p/11091#M3045</link>
      <description>In the SAS Procedures forum, Peter.C asked for information about the markup accepted by these forums.&lt;BR /&gt;
&lt;BR /&gt;
I don't have any insider knowledge of the software driving these forums, and I've not been able to track down any official documentation for the markup it supports, but here are a few things I've been able to figure out just by trying other versions of wiki-style markup.&lt;BR /&gt;
&lt;BR /&gt;
First, for the LT and GT symbols, use the HTML character entities &amp;amp;lt; for &amp;lt; and &amp;amp;gt; for &amp;gt;.&lt;BR /&gt;
&lt;BR /&gt;
It doesn't come up very often, but you can use &amp;amp;amp; for &amp;amp;.&lt;BR /&gt;
&lt;BR /&gt;
To make text &lt;B&gt;bold&lt;/B&gt; surround it with [b] and [/b]. For example [b]bold[/b]&lt;BR /&gt;
To make text &lt;I&gt;italic&lt;/I&gt; surround it with [i] and [/i]. For example [i]italic[/i]&lt;BR /&gt;
To &lt;U&gt;underscore&lt;/U&gt; text surround it with [u] and [/u]. For example [u]underscore[/u]&lt;BR /&gt;
&lt;BR /&gt;
Surround code snippets with [pre] and [/pre] This changes to a typewriter font and retains spaces and line breaks. So&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc print data=sashelp.class;&lt;BR /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
becomes &lt;BR /&gt;
[pre]&lt;BR /&gt;
proc print data=sashelp.class;&lt;BR /&gt;
   run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
And finally, if you want to suppress the automatic conversion of the tags (like I've done for these examples), use &amp;amp;#91; for [ and &amp;amp;#93; for ].

Message was edited by: Tim@SAS</description>
      <pubDate>Tue, 03 Nov 2009 14:21:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Off-topic-Forum-Markup/m-p/11091#M3045</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2009-11-03T14:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: [Off-topic] Forum Markup</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Off-topic-Forum-Markup/m-p/11092#M3046</link>
      <description>Quote:&lt;BR /&gt;
&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;SPAN style="font-size:9pt; font-family:Comic Sans MS;color:white; background:#777; border:5px groove #ddd; padding:10px;"&gt; In the SAS Procedures forum, Peter.C asked for information about the &lt;SPAN style="color:red;text-decoration:overline underline"&gt;markup&lt;/SPAN&gt; accepted by these forums.&lt;/SPAN&gt;&lt;BR /&gt;
&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
I find one can do pretty much anything using CSS styles.&lt;BR /&gt;
The above is done using:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;SPAN style="color:#999"&gt;&amp;lt;span style="font-size:9pt; font-family:Comic Sans MS;color:white; background:#777; border:5px groove #ddd;padding:10px"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;
&lt;BR /&gt;
In the SAS Procedures forum, Peter.C asked for information about the &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;SPAN style="color:#999"&gt;&amp;lt;span style="color:red;text-decoration:overline underline"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;markup&lt;BR /&gt;&lt;SPAN style="color:#999"&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/span&amp;gt;&lt;/SPAN&gt; &lt;BR /&gt;accepted by these forums. &lt;BR /&gt;&lt;SPAN style="color:#999"&gt;&amp;lt;/span&amp;gt;&lt;/SPAN&gt;</description>
      <pubDate>Mon, 20 Sep 2010 04:43:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Off-topic-Forum-Markup/m-p/11092#M3046</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2010-09-20T04:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: [Off-topic] Forum Markup</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Off-topic-Forum-Markup/m-p/11093#M3047</link>
      <description>What are the html character entities for single and double quotes?</description>
      <pubDate>Tue, 21 Sep 2010 17:09:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Off-topic-Forum-Markup/m-p/11093#M3047</guid>
      <dc:creator>gzr2mz39</dc:creator>
      <dc:date>2010-09-21T17:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: [Off-topic] Forum Markup</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Off-topic-Forum-Markup/m-p/11094#M3048</link>
      <description>Apostrophe: &amp;amp;#39;&lt;BR /&gt;
Quote: &amp;amp;quot;</description>
      <pubDate>Tue, 21 Sep 2010 17:29:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Off-topic-Forum-Markup/m-p/11094#M3048</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2010-09-21T17:29:19Z</dc:date>
    </item>
    <item>
      <title>Add a link to text in your post</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Off-topic-Forum-Markup/m-p/11095#M3049</link>
      <description>[url=http://www.sas.com]SAS Institute Inc.[/url] becomes &lt;A href="http://www.sas.com" target="_blank"&gt;SAS Institute Inc.&lt;/A&gt;</description>
      <pubDate>Wed, 06 Oct 2010 12:26:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Off-topic-Forum-Markup/m-p/11095#M3049</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2010-10-06T12:26:18Z</dc:date>
    </item>
  </channel>
</rss>

