-
Notifications
You must be signed in to change notification settings - Fork 55
Todos
jlward edited this page Apr 24, 2013
·
1 revision
- test_simple_list - empty lists are not being removed this should be passing now
- test_inline_tags - Mostly hyperlinks (need to either change the test or add handlers for bold/italics/underline as well) Should be passing in #5
- test_unicode - Unicode does not seem to be supported yet
- test_special_chars - hyperlinks Should be passing is #5
- test_table_col_row_span - col/row spans not supported yet
- test_nested_table_rowspan - col/row spans not supported yet
- test_nested_tables - nesting of tables is not supported yet
- test_list_in_table - lists in tables is not supported yet
- test_tables_in_lists - this one is close, too many ol/ul are being created.
- test_headers - Headings are not being treated correctly (they are seen as lists)
- test_split_headers - Headings are not being treated correctly
- test.image. - Images are not being handled correctly
- test_headers_with_full_line_styles - Guessing when a p tag should be an h tag is not supported
- test_convert_p_to_h - Guessing when a p tag should be an h tag is not supported
- test_fake_headings_by_length - Guessing when a p tag should be an h tag is not supported
- test_shift_enter - Not handling break tags correctly also, content missing
- test_lists_with_styles - List nesting is screwy. Also the list styles are not coming in correctly
- test_list_to_header - Guessing when a list should be converted to h tags is not supported
- test_upper_alpha_all_bold - Guessing when a p should be an h tag is not supported