I want to use some mark down format for the document of sparse. There is two choice here: rST (reStructuredText) https://en.wikipedia.org/wiki/ReStructuredText MD (Mark Down) https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet Does any one care which format to use? So far I am weak leaning towards MD but I can be convenience otherwise. Mostly because MD render on github is very nicely. I already use MD on other projects. Here is my run down of Pros and Cons rST Pros: - Linux kernel already using rST for documents like submiting-patches.rst. I need a file for sparse version of submitting-patches. - might be more friendly to code syntax. But I am not going to use those really deep extensions any way. rST Cons (for me): - I don't know rST at all. I need to learn it. - github does not recognized rST naturally. MarkDown Pros: - More friendly to web. - Github etc can render .md properly on display. - I already know how the syntax. No need to learn. MarkdDown Cons: - Kernel is using rST. I need to convert the format if I borrow some file from the Linux Kernel. Feed back? Chris -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html