Test: Difference between revisions

From Endeavour Knowledge Base
No edit summary
No edit summary
Line 2: Line 2:
  [[Basic_health_data_categories#Provenance_entity|Provenance]]  
  [[Basic_health_data_categories#Provenance_entity|Provenance]]  


&nbsp; <nowiki> maintained </nowiki>
&nbsp;
<nowiki> maintained </nowiki>


&nbsp;
&nbsp;
Line 13: Line 14:
This is good for copying in code blocks:
This is good for copying in code blocks:
</pre>
</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;
&nbsp;

Revision as of 07:54, 5 May 2020

  Provenance  

  maintained

 

<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:

 

  {concept :"depends"
              This is good for copying in code blocks:

def function():
    """documentation string"""

    if True:
        print True
    else:
        print False

Then your block format will be     maintained.

This is good for copying in code blocks: