markdown wiki for compiling documentation
Alan Hogan
contact at alanhogan.com
Sat Jan 9 12:15:33 EST 2016
GitHub wikis are not proper products on their own; rather, if you create a new repository, you can enable the wiki "feature" for that repository. (And the wiki itself will be made available as a git repository, naturally!)
Alan
> On Jan 6, 2016, at 1:06 PM, renato <renato.pontefice at gmail.com> wrote:
>
> Hi Alan,
> can you send me some link about GitHub?
> It sounds me in a right way, but I didn't find anything on the github
> web site.
>
> Renato
>
> Il giorno mar, 05/01/2016 alle 18.54 -0800, Alan Hogan ha scritto:
>> GitHub provides Markdown-powered wikis. (At least, configurably
>> Markdown-powered.)
>>
>> As far as automated conversion into other formats, including .doc
>> (shudder!), take a look at the much-respected Pandoc project.
>>
>> Also, be warned: Github Flavored Markdown (GFM) differs from Gruber's
>> original Markdown in a number of ways (and even more so when [[wiki
>> syntax]] is added). You may want to let Github provide the HTML
>> output,
>> and pipe *that* into pandoc (modulo additional processing) for the
>> best
>> and most reliable results.
>>
>> Best of luck with your project!
>>
>> Alan Hogan
>> _______________________________________________
>> Markdown-Discuss mailing list
>> Markdown-Discuss at six.pairlist.net
>> https://pairlist6.pair.net/mailman/listinfo/markdown-discuss
> _______________________________________________
> Markdown-Discuss mailing list
> Markdown-Discuss at six.pairlist.net
> https://pairlist6.pair.net/mailman/listinfo/markdown-discuss
More information about the Markdown-Discuss
mailing list