arthur-debert / google-code-issues-migrator

A simple script to migrate issues from google code to github.
67 stars 56 forks source link

Escape Google Code issue text for special Github syntax #17

Open tfmorris opened 12 years ago

tfmorris commented 12 years ago

Numbered lists or references such as #1 get interpreted by Github as links to that issue number. Escaping this pattern would prevent these spurious references.

tfmorris commented 12 years ago

Code to deal with this, as well as convert Google Code style cross references, is included in this pull request: https://github.com/arthur-debert/google-code-issues-migrator/pull/18