docpad-plugin-highlightjs
docpad-plugin-highlightjs copied to clipboard
First 4 spaces not recognized
When I write my code in markdown, and I indent it 4 spaces, the highlight code does not show the indent. If I indent my code 6 spaces, it shows the code indented 2 spaces. If I indent my code 8 spaces, it shows the code indented 4 spaces. It seems like the first 4 spaces are ignored. Is this done on purpose? My guess is that because the code is wrapped in a code block, the examples shown don't indent out 4 spaces like you would do in markdown...which is why the 4 spaces are ignored?
Hey Chris, please post examples with the source, actual output, and expected output - that'll make sure we're all on the same page. Thanks!