Hey, On Fri, Sep 9, 2011 at 7:34 AM, Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> wrote: > which has all the renaming (*.txt -> *.asciidoc) and Makefile and script > changes, but is missing some include changes (because include breaks > anyway, see below). I can change this so we can render .asc if that's less ugly. I've been meaning to do this for a while, but I don't think I ever incorporated it. > > Our own customisation is not loaded (of course) so that, e.g., the > linkgit macro does not work; and the include statement makes GitHub's > parser unhappy and choke. > > Does anybody feel this is worth pursuing? > > + Nicer blob view > + Simpler way to judge documentation changes > - Need to get our asciidoc config in there > - GitHub's parser neeeds to learn include If this is interesting to people, I can help out. However, you can also fix rendering issues, as long as they don't introduce security issues (which 'include' and macros can do) by fixing it here: https://github.com/github/markup That is the rendering engine we use. If you make it work how you want and it's safe and you send us a pull request, we'll happily take fixes to the asciidoc renderer. Scott -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html