Possible Duplicate:
How do I include a code block right after a list without it turning into a blockquote?
How do I create a list with code blocks in between? Example:
print in ruby
puts "ruby"
print in Java
System.out.println("Java");
How do I create a list with code blocks in between? Example:
|
||||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
If you just want short bits of code you can use backticks.
Or, indent 8 spaces per the Markdown help.
|
||||
|
|