User Tools

Site Tools


format_code

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
format_code [2016/08/29 10:37] adminformat_code [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
Line 2: Line 2:
  
 Often time, you will need to post a code here to for share. Here is how you can do it. Often time, you will need to post a code here to for share. Here is how you can do it.
 +
 ''%%<code lang | title> some code </code>%%''  ''%%<code lang | title> some code </code>%%'' 
- 
  
 Here is an example.  Here is an example. 
 +
 <code python | code.py> <code python | code.py>
 def function(){ def function(){
-print "hello, world!"+   print "hello, world!"
 } }
- 
 </code>  </code> 
 +
 +Here is the source line:
 +
 +''%%<code python | code.py>
 +def function(){
 +   print "hello, world!"
 +}
 +</code> %%''
 +
 +
 +If you want to disable the download,
 +''%%<code lang> some code </code>%%''
 +
 +
 +<code python>
 +def function2(){
 +   print "hello, python!"
 +}
 +</code>
 +
 +Here is the source line:
 +
 +''%%<code python>
 +def function2(){
 +   print "hello, python!"
 +}
 +</code>%%''
 +
 +For a very simple commend, try ''%%''code piece''%%''
 +
 +The advantage of using this is that you can include it in the sentence.  
  
  
format_code.1472481439.txt.gz · Last modified: 2016/08/29 09:37 (external edit)