EditorialHTML: Difference between revisions

From SoylentNews
Jump to navigation Jump to search
No edit summary
(Added example of blockquote usage. Changed to display as mono-spaced, "terminal" font. Arranged more like how a typical story would be laid out.)
 
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 class="byline">$SUBMITTER writes</p></nowiki><br><nowiki>
<p class="byline">$SUBMITTER writes:</p></nowiki><br><br><nowiki>
<p>paragraph text</p></nowiki><br><nowiki>
 
<a href="www.url.com">linktext</a></nowiki><br><nowiki>
<a href="https:\\www.example.com\path\to\content.html">linktext</a></nowiki><br><br><nowiki>
</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:
See Also:
[https://github.com/SoylentNews/rehash/blob/master/docs/slashtags.pod  "Slashtags" manual]
[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