<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.zeropage.org/index.php?action=history&amp;feed=atom&amp;title=StructuredText</id>
	<title>StructuredText - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.zeropage.org/index.php?action=history&amp;feed=atom&amp;title=StructuredText"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=StructuredText&amp;action=history"/>
	<updated>2026-05-16T02:25:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://mediawiki.zeropage.org/index.php?title=StructuredText&amp;diff=39477&amp;oldid=prev</id>
		<title>imported&gt;Unknown at 05:28, 7 February 2021</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=StructuredText&amp;diff=39477&amp;oldid=prev"/>
		<updated>2021-02-07T05:28:07Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Structured text is text that uses indentation and simple&lt;br /&gt;
symbology to indicate the structure of a document. For the next generation of structured text, see [http://dev.zope.org/Members/jim/StructuredTextWiki/StructuredTextNG here].&lt;br /&gt;
&lt;br /&gt;
A structured string consists of a sequence of paragraphs separated by&lt;br /&gt;
one or more blank lines.  Each paragraph has a level which is defined&lt;br /&gt;
as the minimum indentation of the paragraph.  A paragraph is a&lt;br /&gt;
sub-paragraph of another paragraph if the other paragraph is the last&lt;br /&gt;
preceding paragraph that has a lower level.&lt;br /&gt;
&lt;br /&gt;
Special symbology is used to indicate special constructs:&lt;br /&gt;
&lt;br /&gt;
* A single-line paragraph whose immediately succeeding paragraphs are lower level is treated as a header.&lt;br /&gt;
&lt;br /&gt;
* A paragraph that begins with a &amp;#039;-&amp;#039;, &amp;#039;*&amp;#039;, or &amp;#039;o&amp;#039; is treated as an unordered list (bullet) element.&lt;br /&gt;
&lt;br /&gt;
* A paragraph that begins with a sequence of digits followed by a white-space character is treated as an ordered list element.&lt;br /&gt;
&lt;br /&gt;
* A paragraph that begins with a sequence of sequences, where each sequence is a sequence of digits or a sequence of letters followed by a period, is treated as an ordered list element.&lt;br /&gt;
&lt;br /&gt;
* A paragraph with a first line that contains some text, followed by some white-space and &amp;#039;--&amp;#039; is treated as a descriptive list element. The leading text is treated as the element title.&lt;br /&gt;
&lt;br /&gt;
* Sub-paragraphs of a paragraph that ends in the word &amp;#039;example&amp;#039; or the word &amp;#039;examples&amp;#039;, or &amp;#039;::&amp;#039; is treated as example code and is output as is.&lt;br /&gt;
&lt;br /&gt;
* Text enclosed single quotes (with white-space to the left of the first quote and whitespace or puctuation to the right of the second quote) is treated as example code.&lt;br /&gt;
&lt;br /&gt;
* Text surrounded by &amp;#039;*&amp;#039; characters (with white-space to the left of the first &amp;#039;*&amp;#039; and whitespace or puctuation to the right of the second &amp;#039;*&amp;#039;) is emphasized.&lt;br /&gt;
&lt;br /&gt;
* Text surrounded by &amp;#039;**&amp;#039; characters (with white-space to the left of the first &amp;#039;**&amp;#039; and whitespace or puctuation to the right of the second &amp;#039;**&amp;#039;) is made strong.&lt;br /&gt;
&lt;br /&gt;
* Text surrounded by &amp;#039;_&amp;#039; underscore characters (with whitespace to the left and whitespace or punctuation to the right) is made underlined.&lt;br /&gt;
&lt;br /&gt;
* Text encloded by double quotes followed by a colon, a URL, and concluded by punctuation plus white space, *or* just white space, is treated as a hyper link. For example:&lt;br /&gt;
&lt;br /&gt;
    &amp;quot;Zope&amp;quot;:http://www.zope.org/ is ...&lt;br /&gt;
&lt;br /&gt;
 Is interpreted as &amp;#039;&amp;lt;a href=&amp;quot;http://www.zope.org/&amp;quot;&amp;gt;Zope&amp;lt;/a&amp;gt; is ....&amp;#039;&lt;br /&gt;
&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; This works for relative as well as absolute URLs.&lt;br /&gt;
&lt;br /&gt;
* Text enclosed by double quotes followed by a comma, one or more spaces, an absolute URL and concluded by punctuation plus white space, or just white space, is treated as a hyper link. For example: &lt;br /&gt;
&lt;br /&gt;
    &amp;quot;mail me&amp;quot;, mailto:amos@digicool.com.&lt;br /&gt;
&lt;br /&gt;
 Is interpreted as &amp;#039;&amp;lt;a href=&amp;quot;mailto:amos@digicool.com&amp;quot;&amp;gt;mail me&amp;lt;/a&amp;gt;.&amp;#039; &lt;br /&gt;
&lt;br /&gt;
* Text enclosed in brackets which consists only of letters, digits, underscores and dashes is treated as hyper links within the document. For example:&lt;br /&gt;
    &lt;br /&gt;
    As demonstrated by Smith &amp;amp;#91;12&amp;amp;#93; this technique is quite effective.&lt;br /&gt;
&lt;br /&gt;
 Is interpreted as &amp;#039;... by Smith &amp;lt;a href=&amp;quot;#12&amp;quot;&amp;gt;&amp;amp;#91;12&amp;amp;#93;&amp;lt;/a&amp;gt; this ...&amp;#039;. Together with the next rule this allows easy coding of references or end notes.&lt;br /&gt;
&lt;br /&gt;
* Text enclosed in brackets which is preceded by the start of a line, two periods and a space is treated as a named link. For example:&lt;br /&gt;
&lt;br /&gt;
    .. &amp;amp;#91;12&amp;amp;#93; &amp;quot;Effective Techniques&amp;quot; Smith, Joe ... &lt;br /&gt;
&lt;br /&gt;
 Is interpreted as &amp;#039;&amp;lt;a name=&amp;quot;12&amp;quot;&amp;gt;&amp;amp;#91;12&amp;amp;#93;&amp;lt;/a&amp;gt; &amp;quot;Effective Techniques&amp;quot; ...&amp;#039;. Together with the previous rule this allows easy coding of references or end notes. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* A paragraph that has blocks of text enclosed in &amp;#039;||&amp;#039; is treated as a table. The text blocks correspond to table cells and table rows are denoted by newlines. By default the cells are center aligned. A cell can span more than one column by preceding a block of text with an equivalent number of cell separators &amp;#039;||&amp;#039;. Newlines and &amp;#039;|&amp;#039; cannot be a part of the cell text. For example:&lt;br /&gt;
 |||| **Ingredients** ||&lt;br /&gt;
 || *Name* || *Amount* ||&lt;br /&gt;
 ||Spam||10||&lt;br /&gt;
 ||Eggs||3||&lt;br /&gt;
&lt;br /&gt;
 renders like this:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| **Ingredients**&lt;br /&gt;
|-&lt;br /&gt;
| *Name*&lt;br /&gt;
| *Amount*&lt;br /&gt;
|-&lt;br /&gt;
| Spam&lt;br /&gt;
| 10&lt;br /&gt;
|-&lt;br /&gt;
| Eggs&lt;br /&gt;
| 3&lt;br /&gt;
|}&lt;br /&gt;
&lt;/div&gt;</summary>
		<author><name>imported&gt;Unknown</name></author>
	</entry>
</feed>