Open techtonik opened 8 years ago
Pandoc does not support it yet - https://github.com/jgm/pandoc/issues/2897
Official Google Code converter - https://github.com/google/support-tools
git clone https://github.com/google/support-tools
if https://github.com/google/support-tools/pull/185 is not merged, download batch convertions script from https://github.com/techtonik/support-tools/blob/patch-1/wiki_to_md/wiki2gfm-batch.py
python ./support-tools/wiki2gfm-batch.py <dir>
Original converter strips page #summary, so until https://github.com/google/support-tools/pull/186 is merged, clone scripts from techtonik/support-tools
and use --summary_italic
flag for conversion:
git clone https://github.com/techtonik/support-tools
cd support tools
wget https://github.com/techtonik/support-tools/blob/patch-1/wiki_to_md/wiki2gfm-batch.py
python wiki2gfm-batch.py --summary_italic <dir>
Export from Google code killed the history while converting wiki to markdown. So, need to convert it manually: