From b071ebf3bcee3878c82c844a890c12813988d2e1 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Tue, 22 May 2012 11:43:43 -0500 Subject: [PATCH] added a notice about tab indentation bug to docs. Closes #535 --- source/docs/blogging/code/index.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/docs/blogging/code/index.markdown b/source/docs/blogging/code/index.markdown index ba0924d..36adda5 100644 --- a/source/docs/blogging/code/index.markdown +++ b/source/docs/blogging/code/index.markdown @@ -40,5 +40,9 @@ Check out the [test page](/docs/blogging/code/test) to see the results. ## Inline Code Blocks {% render_partial docs/plugins/codeblock/index.markdown %} +### Spaces vs. Tabs + +If you use tabs, there is an issue where the first level indentation is shorter than the rest. The cause is currently unknown since lots of text processors are involved. To fix, use spaces. You'll be happier anyway. + Also, see [Blogging with Plugins](/docs/blogging/plugins) and [The Octopress plugins page](/docs/plugins)