David Winegar
f1664a8d67
Updated row and table handling
Changed row recursion handling to make sure the tag is emitted even
when hitting recursion limits. Need to test table recursion to make
sure that works. Also fixed a bug in which tables were eating the
trailing token. Added several tests for rows and trailing tokens with
tables.
10 år sedan
David Winegar
ec08001871
Tables and rows now use newline as padding
Tables and rows use newlines as padding, partly because these characters
are pretty important to the integrity of the table. They might need
to be in the preceding whitespace of inner tags instead as padding after,
not sure.
10 år sedan
David Winegar
9e4bb0c7e5
Clean up and style changes
Added comments, tried to keep to 80 character lines.
10 år sedan
David Winegar
9f159ecfa2
Add table start/row start style attribute support
Started styling attributes for table row and table start. Still not entirely
sure about this, definitely need to make changes regarding padding.
10 år sedan
David Winegar
0bba69d5dc
Added tests/support for header cells
Support for header cells was mostly in already, just needed minor
changes. Added two tests as well.
10 år sedan
David Winegar
a13bc948fa
Started table cell attribute support
Started support for parsing table style attributes. I suspect some
of this is incorrect, need to add more tests to see.
10 år sedan
David Winegar
b7e40d7b5a
Table cells now recurse
Added another stack layer for tokenizing table cells because of
styling/correctness of implementation. Added many tests cases.
10 år sedan
David Winegar
a8d2983161
Started table parsing in PyTokenizer
Started parsing table support and added the start of table support.
This is a big commit (ugh) and it should probably be split up into
multiple smaller ones if possible, but that seems unworkable as of
right now because of all the dependencies. Also breaks tests of
CTokenizer (double ugh) because I haven't started table support there.
May want to pick line by line on this commit later but I need to save
my work for now.
10 år sedan
Ben Kurtovic
87e0079512
Take proper advantage of Sphinx's default domains.
10 år sedan
Ben Kurtovic
6954480263
Fix template parsing when comments are inside the name ( fixes #59 ).
10 år sedan
Ben Kurtovic
871d48c688
Solve a couple more coverage issues; tighten.
10 år sedan
Ben Kurtovic
ded89fb14e
Add a few unit tests for untested code; remove a useless conditional.
10 år sedan
Ben Kurtovic
b997e4cd71
Support attributes quoted with '; add required quotes in value setter.
10 år sedan
Ben Kurtovic
a4c2fd023a
Remove some useless code in the tokenizers.
10 år sedan
Ben Kurtovic
08cafc0576
Raise ParserError for internal problems. Improve coverage. Cleanup.
10 år sedan
Ben Kurtovic
02eff0fc49
Fully fix #74 . Add another tokenizer test.
10 år sedan
Ben Kurtovic
34a6c7cc4c
Typo fix.
10 år sedan
Ben Kurtovic
0101c038fb
Python 3, grr.
10 år sedan
Ben Kurtovic
0497b54f03
Fix _handle_single_tag_end()'s token search order ( fixes #74 )
10 år sedan
Ben Kurtovic
5c5fd6b3cb
Fix a bug involving nested links ( closes #61 and #62 ).
10 år sedan
Ben Kurtovic
1312a1fb8a
Some clean up for Python 2.6 support.
* Removed unittest2 dependency on Python >2.6.
* Moved discover_tests.py into tests/.
* tokenizer.c: Fixed errors noted by -Wshorten-64-to-32.
10 år sedan
Marcio Faustino
ee194fb07a
Use a generator expression instead to support Python 2.6.
10 år sedan
Ben Kurtovic
e5f17eea00
Update copyright notices for 2014.
10 år sedan
Ben Kurtovic
45aec31629
Move range/xrange compatibility code to compat.py.
11 år sedan
Ben Kurtovic
1946cf621d
Add a temporary skip_style_tags until we resolve some issues.
11 år sedan
Ben Kurtovic
066049b46a
Update email address.
11 år sedan
Ben Kurtovic
951a8737a5
Don't pass underlying context if this is a bracketed link.
11 år sedan
Ben Kurtovic
287bf71158
Condense code.
11 år sedan
Ben Kurtovic
565a04256f
Proper sentinel handling with free links in the Python tokenizer.
11 år sedan
Ben Kurtovic
6784ff73bf
Fix an edge case when we recurse too deeply.
11 år sedan
Ben Kurtovic
bdfd0632b3
A couple very minor nitpicks.
11 år sedan
Ben Kurtovic
67f1762aa4
Doc updates, and allow passing a starting context to tokenize().
11 år sedan
Ben Kurtovic
b9324eb658
Fix Python tokenizer to not generate empty Text tokens.
11 år sedan
Ben Kurtovic
6eb72c56eb
Some cleanup.
11 år sedan
Ben Kurtovic
bd10aab823
Finish external links.
11 år sedan
Ben Kurtovic
432198547a
Fix some external links; refactor into different methods.
11 år sedan
Ben Kurtovic
da272ae10a
Start implementation of external links in Python.
11 år sedan
Ben Kurtovic
d42e05a554
Implement improved wikilink handling.
11 år sedan
Ben Kurtovic
5e6e5b6301
tag_defs.py -> definitions.py; more outline stuff
11 år sedan
Ben Kurtovic
cbf67c7842
Add hooks for some ext link stuff; add a INVALID_LINK aggregate context.
11 år sedan
Ben Kurtovic
be5d2cbb07
Support HTML entities inside parser-blacklisted tags ( closes #36 )
11 år sedan
Ben Kurtovic
d6e03ea5c5
Consolidate some code in _parse_comment()
11 år sedan
Ben Kurtovic
bdb2a88612
Move some context definiions to contexts.py
11 år sedan
Ben Kurtovic
38143e1adc
More refactoring (combine _emit_tag_open() and _emit_tag_close())
11 år sedan
Ben Kurtovic
120f53deec
Refactor out _really_parse_style()
11 år sedan
Ben Kurtovic
4c0e4402b4
Only do a second pass if one would produce a different result.
11 år sedan
Ben Kurtovic
dd4591c270
Much refactoring and cleanup.
11 år sedan
Ben Kurtovic
992e7018ae
Working bold/italics implementation (ugly, will clean up)
11 år sedan
Ben Kurtovic
2a82a57b2d
Add support for bold and italic text (part one).
11 år sedan
Ben Kurtovic
dd2a6f913b
Add support for dt, dd. Refactor. Fix some broken tests.
11 år sedan