Commit a85e7f5
committed
Depend on a up-to-date version of parboiled-java
So markdown parsing also works in modern Java.
endophile is based on pegdown which is
unmaintained (https://github.com/sirthias/pegdown). In fact it does not work
with newer Java versions due to its dependency on an old
parboiled-java (https://mvnrepository.com/artifact/org.parboiled/parboiled-java)
So as a quick workaround we depend on a newer parboiled-java to make the whole
thing work again.
But the real fix is to move to a well maintained clojure markdown parsing
library such as nextjournal markdown (https://github.com/nextjournal/markdown)
for markdown parsing.1 parent 73b9aa5 commit a85e7f5
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
16 | 24 | | |
17 | 25 | | |
18 | 26 | | |
| |||
0 commit comments