view piecrust/data/linker.py @ 14:395eb38f2dfb

Properly escape HTML characters in the debug info, add more options.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 18 Aug 2014 16:50:45 -0700
parents f485ba500df3
children 4fc1d306046b
line wrap: on
line source



class Linker(object):
    def __init__(self, page):
        self.page = page