Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I will do my best to answer this.</p> <p>HTML Mark down is a shorthand syntax that can be interpreted by a web browser to format or render the page in html.</p> <p>this is taken from Stack Overflow. eg</p> <blockquote> <p>The syntax is based on the way email programs usually do quotations. You don't need to hard-wrap the paragraphs in your blockquotes, but it looks much nicer if you do. Depends how lazy you feel.</p> </blockquote> <p>So, like converting from a file in notepad ++ from text to html. The file will be formatted using the basic rules of that particular syntax.</p> <p>It also must be remembered, that programs are not mind readers. If the mark down code is not valid, neither will the corresponding html code. Just as saving a text file that is "supposed" to be formatted in html. It won't save as a working html file if the syntax is incorrect.</p> <p>Also, markdown is not a total replacement for real code. It cannot cover the breadth and depth of the true coding language. I could liken it to pseudocode, but that is more of a lateral example. </p> <p>In answer to your latest comment, If a second file is created from a first file (and the format is altered) -( in this case from mark down to html) - If the first file is then edited, without overwriting the changes into the second file, it cannot expect to be altered. </p> <p>This is a good link a fellow SO gave me:</p> <p><a href="https://stackoverflow.com/editing-help">https://stackoverflow.com/editing-help</a></p> <p>Please feel free to edit, if I have made an error.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload