summaryrefslogtreecommitdiff
path: root/creole/emitter/html2rest_emitter.py
diff options
context:
space:
mode:
Diffstat (limited to 'creole/emitter/html2rest_emitter.py')
-rw-r--r--creole/emitter/html2rest_emitter.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/creole/emitter/html2rest_emitter.py b/creole/emitter/html2rest_emitter.py
index 23de5ce..f8e2322 100644
--- a/creole/emitter/html2rest_emitter.py
+++ b/creole/emitter/html2rest_emitter.py
@@ -19,6 +19,7 @@ import posixpath
from creole.shared.base_emitter import BaseEmitter
from creole.shared.markup_table import MarkupTable
+
# Kink of nodes in which hyperlinks are stored in references intead of embedded urls.
DO_SUBSTITUTION = ("th", "td",) # TODO: In witch kind of node must we also substitude links?