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

Blank lines inside code blocks are not preserved in HTML output #137

Closed
xenomachina opened this issue Jan 27, 2017 · 1 comment
Closed
Assignees

Comments

@xenomachina
Copy link

If I have the following KDoc:

 * ```
 * This is a test
 *     of Dokka's code blocks.
 * Here is a blank line.
 *
 * The previous line was blank.
 * ```

the resulting (non-Javadoc) HTML looks like this:

<pre><code>This is a test
    of Dokka's code blocks.
Here is a blank line.
The previous line was blank.</code></pre>

The blank line below "Here is a blank line." is missing.

@semoro
Copy link
Contributor

semoro commented May 29, 2017

Fixed in 0.9.14

@semoro semoro closed this as completed May 29, 2017
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