mavam / trac-hub

:bookmark: Converts trac tickets to github issues.
http://mavam.github.io/trac-hub
BSD 3-Clause "New" or "Revised" License
13 stars 18 forks source link

customize markdownify() #7

Open srl295 opened 8 years ago

srl295 commented 8 years ago
mavam commented 8 years ago

I'm open to improvements and accept any reasonable PR. 😉

bwl21 commented 5 years ago

I propose to extract markdownify() as an extra module in an extra file. Then one can monkey patch it. As far as I know trac wiki sysntax stems from creole. So Maybe we could incorporate https://pandoc.org/ for the conversions.

srl295 commented 5 years ago

Hi, we ended up going to JIRA (for other reasons!) and I wrote this converter. https://github.com/unicode-org/icu-trac2jira

bwl21 commented 5 years ago

I made some progress. I am now working in a fork since I do a lot of patching in the code to tailor it to best mapping of our trac practices to github/gitlab ...