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:
If you are using this on a code block like:
...
You can just use css like this to offset that large amount of white space in the front.
pre code { position: relative; left: -95px; // or whatever you want }