susestudio / helphelp

Help generator
MIT License
1 stars 0 forks source link

Literal block display screws up leading whitespace #1

Closed roman-neuhauser closed 11 years ago

roman-neuhauser commented 11 years ago

input

^example code:
^
^    command1
^    command2

output

^        <p>example code:</p>
^
^        <pre><code>command1
^          command2</code></pre>

display:

^    command1
^            command2
bear454 commented 11 years ago

This is a templating issue in studio-help. See https://github.com/susestudio/studio-help/pull/24