tags excluding the current indentation level of the tag in the document?-抹茶落季的回答
tag in the document?-抹茶落季的回答
tags excluding the current indentation level of the tag in the document?
tag in the document?
I\'m trying to display my code on a website but I\'m having problems preserving the whitespace indentation correctly.
For instance given the following snippet:
I also found that if you're using haml you can use the preserve method. For example:
preserve
preserve yield
This will preserve the whitespace in the produced yield which is usually markdown containing the code blocks.
yield