[PATCH] D44910: [docs] Add Markdown support to Sphinx

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 26 15:10:53 PDT 2018


chandlerc added a comment.

FWIW, I'm really, really happy to have this. =D

But we should hear from others whether they're happy with this direction. Also, should we update any of our documentation recommending one format or the other? I feel like markdown has "won" in the same sense that GitHub has "won" -- it's the place with the growing ecosystem, even when its functionality is actually inferior to ReStructuredText. My inclination is always to go with ecosystem, but others may have different opinions here.



================
Comment at: docs/MarkdownQuickstartTemplate.md:102
+
+``` C++
+int main() {
----------------
capital or lowercase `c` here?


https://reviews.llvm.org/D44910





More information about the llvm-commits mailing list