EditorialHTML: Difference between revisions

From SoylentNews
Jump to navigation Jump to search
(Created page with "The Following is a list of useful HTML for editing stories and commenting on SoylentNews: <nowiki> <p></p> etc. </nowiki>")
 
(Added example of blockquote usage. Changed to display as mono-spaced, "terminal" font. Arranged more like how a typical story would be laid out.)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
The Following is a list of useful HTML for editing stories and commenting on SoylentNews:
<p>The Following is a list of useful HTML elements (tags) for editing stories and commenting on SoylentNews:</p>


<nowiki>
<tt><nowiki>
<p></p>
<p class="byline">$SUBMITTER writes:</p></nowiki><br><br><nowiki>
etc.
 
</nowiki>
<a href="https:\\www.example.com\path\to\content.html">linktext</a></nowiki><br><br><nowiki>
 
<p>paragraph text</p></nowiki><br><br><nowiki>
 
<blockquote></nowiki><br><nowiki>
  <p>Text to be quoted from a source document.</p></nowiki><br><nowiki>
  <p>More quoted text.</p></nowiki><br><nowiki>
</blockquote></nowiki><br><br><nowiki>
 
</nowiki></tt>
 
 
See Also:
[https://github.com/SoylentNews/rehash/blob/master/docs/slashtags.pod  "Slashtags" manual]

Latest revision as of 22:32, 18 February 2020

The Following is a list of useful HTML elements (tags) for editing stories and commenting on SoylentNews:

<p class="byline">$SUBMITTER writes:</p>

<a href="https:\\www.example.com\path\to\content.html">linktext</a>

<p>paragraph text</p>

<blockquote>
<p>Text to be quoted from a source document.</p>
<p>More quoted text.</p>
</blockquote>


See Also: "Slashtags" manual