Changes between Version 23 and Version 24 of GENIExperimenter/Tutorials/ClickExample/DesignSetup
- Timestamp:
- 07/16/14 11:34:14 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/ClickExample/DesignSetup
v23 v24 1 1 = [wiki:GENIExperimenter/Tutorials/ClickExample Click Example] = 2 2 3 4 {{{#!div style="background: #ffd; border: 3px ridge"3 {{{ 4 #!div style="background: #ffd; border: 3px ridge" 5 5 6 6 This is an example of embedded "code" block: 7 7 8 {{{9 10 11 12 }}}8 {{{ 9 #!python 10 def hello(): 11 return "world" 12 }}} 13 13 14 14 }}}