Changes between Version 3 and Version 4 of SandBox
- Timestamp:
- Jan 13, 2023, 4:38:00 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SandBox
v3 v4 9 9 Test Test 10 10 11 Ok, so I want another header here 11 12 == Ok, so I want another header here 12 13 13 14 Then a SUMMARY line … … 15 16 And now I want a description 16 17 that can be text and text and text 17 I want it to reference an INSTALL DOC HERE18 I want it to reference an [INSTALL DOC HERE] 18 19 and a CONFIG doc here and a TROUBLESHOOTING doc here. 20 21 Here is my code 22 23 24 {{{ 25 main() { 26 echo "Hello world" 27 echo 28 } 29 }}} 30