This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Fix markdown rendering in VSCode
ClosedPublic

Authored by kadircet on Jan 9 2020, 8:58 AM.

Details

Summary

Eventough it is OK to have a new line without any preceding spaces in
some markdown specifications, VSCode requires two spaces before a new line to
break a line inside a paragraph.

Diff Detail

Event Timeline

kadircet created this revision.Jan 9 2020, 8:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 9 2020, 8:58 AM

Unit tests: pass. 61662 tests passed, 0 failed and 779 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

This revision is now accepted and ready to land.Jan 9 2020, 11:21 PM
sammccall accepted this revision.Jan 10 2020, 12:05 AM
This revision was automatically updated to reflect the committed changes.