summaryrefslogtreecommitdiff
path: root/testdata/hz.html
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2015-07-22 12:16:38 +0300
committerSergey Poznyakoff <gray@gnu.org>2015-07-22 12:16:38 +0300
commit32be559549aab3d71bee6be566782eef6594442d (patch)
tree71bde2c14190a742832b9a2591c3fb0aa4c2f75d /testdata/hz.html
parent64cf5fdb880815ff21652ddb74e48490dd2f56fe (diff)
downloadwikitrans-32be559549aab3d71bee6be566782eef6594442d.tar.gz
wikitrans-32be559549aab3d71bee6be566782eef6594442d.tar.bz2
Major rewrite
Use dedicated classes, instead of dictionaries, to represent markup tokens * WikiTrans/wikitoken.py: New file. Defines Wiki markup tokens. * WikiTrans/wikimarkup.py: Rewrite. * WikiTrans/wiki2html.py: Update. * WikiTrans/wiki2texi.py: Update. * WikiTrans/wiki2text.py: Update. * bin/wikitrans: Update
Diffstat (limited to 'testdata/hz.html')
-rw-r--r--testdata/hz.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/testdata/hz.html b/testdata/hz.html
index 507a730..3e8941a 100644
--- a/testdata/hz.html
+++ b/testdata/hz.html
@@ -1,4 +1,7 @@
<p>You can make horizontal dividing lines (----)
-to separate text.</p><hr/>
+to separate text.
+</p>
+<hr/>
<p>But you should usually use sections instead,
so that they go in the table of contents.</p>
+

Return to:

Send suggestions and report system problems to the System administrator.