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 October 10, 2025 09:56 — forked from kskmori/trac2md.py
Trac Wiki to Markdown converter
#!/usr/bin/env python
#
# Trac Wiki to Markdown converter
#
# Copyright(c) 2019 Keisuke MORI (keisuike.mori+ha@gmail.com)
#
# 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.