Test: Difference between revisions

From Endeavour Knowledge Base
No edit summary
No edit summary
Line 4: Line 4:
 
 
<nowiki> maintained </nowiki>
<nowiki> maintained </nowiki>
&nbsp;
<pre><nowiki>Start with a space in the first column,
(before the <nowiki>).
Then your block format will be
    maintained.
This is good for copying in code blocks:
</pre>
&nbsp;
<pre><nowiki>  {concept&nbsp;:"depends"
              This is good for copying in code blocks:
def function():
    """documentation string"""
    if True:
        print True
    else:
        print False
</nowiki></pre>
Then your block format will be &nbsp; &nbsp; maintained.
This is good for copying in code blocks: </pre>
&nbsp;

Revision as of 08:59, 5 May 2020

  Provenance  

  maintained