This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 
                    playground:playground [2023/09/21 20:24] 127.0.0.1 external edit  | 
                
                    playground:playground [2023/09/21 21:08] (current) Mark Olie  | 
            ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== PlayGround ====== | ====== PlayGround ====== | ||
| + | Testing Codify | ||
| + | |||
| + | <codify bash> | ||
| + | #!/bin/bash | ||
| + | |||
| + | echo "this is a file" | ||
| + | # with comments | ||
| + | /bin/touch -l /bla | ||
| + | |||
| + | </ | ||
| + | testing geshi | ||
| + | <code yaml> | ||
| + | --- | ||
| + | openstack: true | ||
| + | server: | ||
| + | idm: | ||
| + | identity: true | ||
| + | </ | ||
| + | |||
| + | And mermaid | ||
| + | < | ||
| + | graph TD | ||
| + |     A(**mermaid**)--> | ||
| + |     A--> | ||
| + |     B--> | ||
| + | C-->D | ||
| + | </ | ||