Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax-highlighted code doesn't get indented properly #2

Open
joshuaclayton opened this issue Jul 5, 2009 · 1 comment
Open

Syntax-highlighted code doesn't get indented properly #2

joshuaclayton opened this issue Jul 5, 2009 · 1 comment

Comments

@joshuaclayton
Copy link

When code is indented more than two spaces, the spaces don't carry over as indentation and the result format is difficult to read.

Generated text

Code

@croaky
Copy link
Contributor

croaky commented Jul 26, 2009

Josh,

You have to indent the whole section of code between the at-sign delimiters 4 spaces in order for two levels of nesting to work. After the 4 space indentation, you can use normal indentation (2 spaces for Ruby, etc.).

A little annoying but an easy end-user fix for now. Not sure how to make it work out of the box yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants