110 Commits

Author SHA1 Message Date
Egor Kovetskiy
bf4bbbe20a use my fork of blackfriday
Turns out the PR to the upstream is not merged and looks like the
maintainers didn't have a chance to merge it. The `replace` directive
causes some problems: https://github.com/kovetskiy/mark/issues/71
2021-03-11 09:00:45 +03:00
Egor Kovetskiy
3d95418d9f use fork of blackfriday until the upstream is fixed 2021-02-09 06:55:49 +03:00
Egor Kovetskiy
c22c6c1e43 tidy up go modules 2021-02-02 17:45:36 +03:00
Egor Kovetskiy
7f6466a882 upgrade to blackfriday v2, fixes #53 and #61, add tests 2021-02-02 17:44:56 +03:00
Egor Kovetskiy
e190cdfb34 rollback #53 because of #63, add tests 2021-02-02 17:44:56 +03:00
Juho Saarinen
63fe97beaa
Support for relative links (#33)
* Support for relative links

Fixes #25

* Error logging fixes

* Better regexp
2020-11-30 10:47:46 +03:00
Egor Kovetskiy
055af49f89 update api dependencies 2020-11-05 13:44:12 +03:00
Egor Kovetskiy
ec4b258635 trace level is very verbose now 2020-11-03 17:14:33 +03:00
Egor Kovetskiy
b654795a32 bump to 3.0 2020-07-25 11:09:06 +03:00
Nick Klauer
f437e47039
Add Go Module Support (#18)
* feat: 🔧 add module support

* fix: 🔧 more go module stuff
2020-03-06 13:43:53 +03:00