3

Can anyone explain how does this silly code markup behave? Help is insufficient, because I'm absolutely unable to create a line break in marked code block, whether in regular 4 spaces indent, whether in inline code markup - and it looks nasty!. Help!

2 Answers 2

3

Formatting as code sample doesn't seem to work immediately after bulleted lists. I edited the respective post and created "faked" bulleted lists.

3
  • Ok, I already thought that I'm going crazy...Thanks! Commented Dec 30, 2010 at 12:28
  • 5
    @an_ant, @lockstep: It does work if you indent by 4 additional spaces, as Ryan already mentioned in a comment. @an_ant: I edited your post accordingly. Commented Dec 30, 2010 at 13:21
  • @Hendrik Vogt: Now, that looks nice! Commented Dec 30, 2010 at 13:40
0

I don't really see there is an issue. For example

\documentclass{article} \usepackage{something} \begin{document} The next line is empty (not even four spaces)! \end{document} 
3
  • Follow the "nasty" link and see how it looked like before lockstep made his edit. That's what an_ant meant. Commented Dec 30, 2010 at 13:34
  • @Hendrik. The way the question was phrased, it looked like he meant in general. However, it seems that all is solved now in any case :-) Commented Dec 30, 2010 at 13:36
  • You are quite right. To understand the question, one had to follow the link. Commented Dec 30, 2010 at 13:39

You must log in to answer this question.