Jump to content

Code & formatting log

From Rejoice in the Catholic Faith
Revision as of 13:57, 30 December 2024 by Michael Bromley (talk | contribs) (Mermaid flow chart code)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Mermaid flow chart code

{{#mermaid:flowchart TB

AB[TITLE]-->BC[TITLE]

subgraph " "
AB-->CD[TITLE]
end

AB[TITLE]--text here-->BC[TITLE]

AB[TITLE]-.-dotted line -.->BC[TITLE] << dotted line without text
AB[TITLE] -. dotted line w tesxt .-> BC[TITLE]

}}

does not support 
" " quotations
; semicolons
markdown '' italics or ''' bold

does support 
' ' single quotations
<br>
<b>
<i>

mixed numbered and bulleted list

  1. Name A
    • level 1
    • level 2
  2. Name B.
    • level 1
    • level 2

search box code

from https://www.mediawiki.org/wiki/Extension:InputBox