Massive-Wiki / massivewikibuilder

Massive Wiki Builder
MIT License
3 stars 3 forks source link

Refactor code that renders link to transcluded page. #66

Open peterkaminski opened 5 months ago

peterkaminski commented 5 months ago

@band implemented "display link to transcluded page" in #65.

Right now, the HTML needed is built into mistletoe_renderer/massivewiki.py.

Someday, refactor so the HTML code is part of the jinja2 templates.