348 Commits

Author SHA1 Message Date
Dimitry Ivanov
6c4ffd1778 Update to commonmark-java 0.13.0 2019-11-14 17:38:24 +03:00
Dimitry Ivanov
d2e4730179 Add inline processor to custom extension sample 2019-11-14 16:19:02 +03:00
Dimitry Ivanov
36089699d4 Update android gradle plugin to 3.5.2 2019-11-14 16:04:23 +03:00
Dimitry Ivanov
3c23140ac0 Commonmark-java inline parser implementation 2019-11-14 15:30:35 +03:00
Dimitry Ivanov
d6fe069728 Update CHANGELOG 2019-11-14 15:27:39 +03:00
Dimitry
6b9e79ce5e
Merge pull request #174 from tylerbwong/image-coil
Add CoilImagesPlugin Module
2019-11-14 15:18:20 +03:00
Tyler Wong
d1d0876d6d
Add author to javadoc 2019-11-13 10:22:28 -08:00
Tyler Wong
de04e5069b
Update to kotlin syntax highlighting 2019-11-13 10:21:32 -08:00
Dimitry Ivanov
136c6bd51b Add spec test to inline-parser module 2019-11-13 14:52:58 +03:00
Dimitry Ivanov
f2f5026694 Add sample and documentation for inline-parser 2019-11-13 14:38:49 +03:00
Dimitry Ivanov
93a14b4731 Created inline-parser module 2019-11-13 13:38:59 +03:00
Tyler Wong
fb4e2c089f Add more create functions 2019-11-13 00:16:19 -08:00
Tyler Wong
4fa1ac718f Add ImageLoader API 2019-11-12 23:46:01 -08:00
Tyler Wong
bf61d8c627 Update docs 2019-11-12 23:37:28 -08:00
Tyler Wong
5fe1e07b39 Expose LoadRequest instead 2019-11-12 23:35:09 -08:00
Tyler Wong
0c305fa0ba Expose LoadRequestBuilder 2019-11-12 23:23:28 -08:00
Tyler Wong
1983b1b46e Remove extra create function 2019-11-12 22:08:14 -08:00
Tyler Wong
a1182e209a Add CoilImagesPlugin 2019-11-12 22:00:33 -08:00
Dimitry Ivanov
e95defb67c It is alive 2019-11-12 17:32:54 +03:00
Dimitry Ivanov
75c3aa8102 Update editor documentation page 2019-11-11 17:15:18 +03:00
Dimitry Ivanov
c6fd779f33 Stabilizing editor API 2019-11-11 17:08:41 +03:00
Dimitry Ivanov
a6201b1b35 LinkifyPlugin is thread-safe 2019-11-08 18:03:46 +03:00
Dimitry Ivanov
681a7f68d7 Proper delimiters matching and autolinking support 2019-11-08 17:55:11 +03:00
Dimitry Ivanov
5e3ace0c29 Add SvgPictureMediaDecoder 2019-11-07 17:52:52 +03:00
Dimitry Ivanov
4b2d38b92f Minor clean up 2019-11-07 17:48:34 +03:00
Dimitry Ivanov
0fabf7daff Fix core tests 2019-11-07 17:36:49 +03:00
Dimitry Ivanov
2488c1047b Add editor documentation page 2019-11-07 17:30:20 +03:00
Dimitry Ivanov
bd53c014a1 Added editor tests 2019-11-07 16:40:55 +03:00
Dimitry Ivanov
f1e750b305 Add editor sample 2019-11-07 14:02:07 +03:00
Dimitry Ivanov
8768e8a33c Editor implementation 2019-11-07 00:27:41 +03:00
Dimitry Ivanov
870733ee2a Update snapshot version to 4.1.3-SNAPSHOT 2019-11-05 13:20:06 +03:00
Dimitry
ba22ca88e2
Merge pull request #172 from noties/v4.1.2
4.1.2
v4.1.2
2019-10-16 15:34:36 +03:00
Dimitry Ivanov
bc3a7b75d2 Prepare 4.1.2 release 2019-10-16 15:16:50 +03:00
Dimitry Ivanov
003b5e90b4 Github actions fix workflow 2019-10-16 14:22:50 +03:00
Dimitry Ivanov
c9e1bb0965 Another attempt at publishing snapshot via github actions 2019-10-16 14:19:43 +03:00
Dimitry Ivanov
b22a840dbe Fix re-use of render-props for visitor 2019-10-15 21:28:07 +03:00
Dimitry Ivanov
204b803245 4.1.2 2019-10-11 09:29:56 +03:00
Dimitry Ivanov
caddddc710 Merge branch 'master' into develop 2019-08-30 00:56:05 +03:00
Dimitry Ivanov
f9f8d36c02 Another try with github actions (add individual develop and pull-request workflows) 2019-08-30 00:49:36 +03:00
Dimitry Ivanov
883f5967de Merge branch 'master' into develop 2019-08-29 15:09:39 +03:00
Dimitry Ivanov
9d61454858 Add individual build checks for master and not-master branches 2019-08-29 15:08:42 +03:00
Dimitry Ivanov
27d835846e Sync with master 2019-08-29 14:51:25 +03:00
Dimitry Ivanov
aee6e49b1f Update github workflows (single build) v4.1.1 2019-08-29 14:46:41 +03:00
Dimitry
4348555b75
Merge pull request #162 from noties/develop
* `markwon-ext-tables`: fix padding between subsequent table blocks ([#159])
* `markwon-images`: print a single warning instead full stacktrace in case when SVG or GIF 
are not present in the classpath ([#160])
* Make `Markwon` instance thread-safe by using a single `MarkwonVisitor` for each `render` call ([#157])
* Add `CoreProps.CODE_BLOCK_INFO` with code-block info (language)

[#159]: https://github.com/noties/Markwon/issues/159
[#160]: https://github.com/noties/Markwon/issues/160
[#157]: https://github.com/noties/Markwon/issues/157
2019-08-29 14:30:12 +03:00
Dimitry Ivanov
529e9a88ca Remove snapshot publishing on push to develop 2019-08-29 14:16:27 +03:00
Dimitry Ivanov
5cbdbe1759 Change snapshot workflow env variables names (uppercase) 2019-08-29 14:07:51 +03:00
Dimitry Ivanov
0a7356ecf8 Prepare 4.1.1 release 2019-08-29 13:54:53 +03:00
Dimitry Ivanov
008faa6f49 Define release and snapshot github workflows 2019-08-29 13:53:34 +03:00
Dimitry Ivanov
02e83a62db Update 4.1.1-SNAPSHOT changelog 2019-08-28 13:33:05 +03:00
Dimitry Ivanov
4406a5faaf Introduce MarkwonVisitorFactory 2019-08-28 13:24:55 +03:00