Skip to content

Instantly share code, notes, and snippets.

View pablomon's full-sized avatar

Pablo Monteserin Garcia pablomon

View GitHub Profile
@pablomon
pablomon / trac2md.py
Last active December 7, 2023 09:45 — forked from kskmori/trac2md.py
Trac Wiki to Markdown converter
#!/usr/bin/env python
#
# Trac Wiki to Markdown converter
#
# Copyright(c) 2019 Keisuke MORI ([email protected])
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.