113 Commits

Author SHA1 Message Date
Dimitry Ivanov
3cadd6c7e6 Merge branch 'v2.0.0' into jlatexmath 2018-09-14 12:42:56 +03:00
Dimitry Ivanov
8e20e56a4e Update image-loader documentation page 2018-09-14 12:41:15 +03:00
Dimitry Ivanov
a77a973e8d image-loader change mediaDecoders configuration logic 2018-09-14 12:26:26 +03:00
Dimitry Ivanov
11d80786d4 image-loader Fix data scheme handler 2018-09-10 13:31:58 +03:00
Dimitry Ivanov
386640a54a Update jlatexmath dependency 2018-09-09 11:04:53 +03:00
Dimitry Ivanov
58ba009de0 Merge branch 'v2.0.0' into jlatexmath 2018-09-08 16:03:22 +03:00
Dimitry Ivanov
e7d4c0fb33 Move scheme names to handlers 2018-09-08 15:55:03 +03:00
Dimitry Ivanov
073f41b5f6 Add sample-latex-math module 2018-09-08 15:46:41 +03:00
Dimitry Ivanov
fde9712454 image-loader add scheme handling abstraction 2018-09-07 15:44:58 +03:00
Dimitry Ivanov
836cef28ed Fix typo in docs 2018-09-06 17:24:00 +03:00
Dimitry
3ef4dc61fa
Feature/white space (#63)
* Deal with white spaces by checking for next node

* Update documentation about remove trimWhiteSpaceEnd

* Update app module layout
2018-09-04 16:42:40 +03:00
Dimitry Ivanov
b5c87d957e Fix blockquote span 2018-09-04 16:36:38 +03:00
Dimitry Ivanov
472e3de718 Add favicon to documentation site 2018-09-04 16:36:08 +03:00
Dimitry Ivanov
a39450ed56 Update gradle build config 2018-08-31 14:55:25 +03:00
Dimitry Ivanov
4428bae5a8 Update readme 2018-08-31 13:19:57 +03:00
Dimitry Ivanov
14447a2572 Image with width greater than canvas scaled 2018-08-31 12:47:30 +03:00
Dimitry Ivanov
323ac35bb2 Add ability to provide text directly in test file 2018-08-31 11:55:33 +03:00
Dimitry Ivanov
1d5cd8cfc0 Add tests status logging 2018-08-28 11:39:18 +03:00
Dimitry Ivanov
a4592168ff Add travis configuration file 2018-08-28 11:12:03 +03:00
Dimitry Ivanov
7caa376bcb Add more tests 2018-08-25 21:57:14 +03:00
Dimitry Ivanov
fddeb885a2 configuration rename htmlIgnoreNonClosedTags to htmlAllowNonClosedTags 2018-08-25 14:21:24 +03:00
Dimitry Ivanov
d264671d40 image-loader update doc about supported schemes 2018-08-25 14:02:05 +03:00
Dimitry Ivanov
75088d8414 image-loader add support for inline data uri image references 2018-08-25 13:31:42 +03:00
Dimitry Ivanov
c57d06dc7d image-loader add datauri parser 2018-08-25 13:11:13 +03:00
Dimitry Ivanov
9d80637035 Working with tests 2018-08-25 12:21:18 +03:00
Dimitry Ivanov
a0e208c370 Better assertions for nested blocks 2018-08-25 10:52:54 +03:00
Dimitry Ivanov
97c994d866 Remove attrs object from format 2018-08-24 23:25:48 +03:00
Dimitry Ivanov
7881420cbd Add html file test 2018-08-24 23:10:47 +03:00
Dimitry Ivanov
ba30654728 Add test cases for all avaialble elements (single) 2018-08-24 17:42:29 +03:00
Dimitry Ivanov
caf7f99335 Redefined test format 2018-08-24 17:09:23 +03:00
Dimitry Ivanov
db4be0eee3 Second and failing file 2018-08-23 18:49:46 +03:00
Dimitry Ivanov
808349d565 Working with test format 2018-08-23 18:39:10 +03:00
Dimitry Ivanov
4ae310595a Fix task list block parser to revert parsing state when line is not matching 2018-08-23 13:41:17 +03:00
Dimitry Ivanov
8fb15b77a1 Remove old docs 2018-08-22 12:26:52 +03:00
Dimitry Ivanov
06326eeb32 Add CHANGLELOG section to documentation 2018-08-21 19:02:20 +03:00
Dimitry Ivanov
a76ceebc22 Filling documentation gaps 2018-08-21 18:06:42 +03:00
Dimitry Ivanov
8b8bf60290 Working with documentation 2018-08-21 16:48:42 +03:00
Dimitry Ivanov
1a4418c461 Fix Theme#listItemColor and OL 2018-08-21 11:31:28 +03:00
Dimitry Ivanov
dc5cc9471c Reuse HTML named entities w commonmark-java (less memory consumption) 2018-08-20 17:11:36 +03:00
Dimitry Ivanov
d382b37a72 Started working with standalone doc site 2018-08-20 16:38:39 +03:00
Dimitry Ivanov
c7c998db8f Improve empty tag replacement 2018-08-19 19:20:35 +03:00
Dimitry Ivanov
5c9ba0f252 Add htmlIgnoreNonClosedTags option for SpannableConfiguration 2018-08-19 18:19:12 +03:00
Dimitry Ivanov
97e6eb47a3 Add checkUpdates gradle task 2018-08-19 17:54:01 +03:00
Dimitry Ivanov
20c92ddd5e Remove old html code 2018-08-19 16:02:02 +03:00
Dimitry Ivanov
9246a53891 Add blockquote tag handler 2018-08-19 15:26:08 +03:00
Dimitry Ivanov
2d9c80d519 Add ImageHandler (img tag) 2018-08-19 15:20:21 +03:00
Dimitry Ivanov
f1a38fca0f Add CssInlineStyleParser 2018-08-19 14:10:27 +03:00
Dimitry Ivanov
23b95e70b9 Improve TagHandler to allow direct set of spans 2018-08-19 11:36:31 +03:00
Dimitry Ivanov
019ed61e69 Introduce trimming html text logic 2018-08-18 23:10:41 +03:00
Dimitry Ivanov
617a1c8d8f Add HtmlRenderer asbtraction 2018-08-18 16:19:20 +03:00