Better left-margin detection for doc-comments.
Now comments like:
/**
Some text here
Another line.
*/
are handled as the author intended. Previously this text would have
been parsed by Markdown as code-block as it's indented. Now we remove
the indentation also at the beginning of these lines that don't begin
with '*'.
Loading
Please sign in to comment