Detect markdown line width, resolve relative URLs #332

Merged
zeripath merged 10 commits from noerw/tea:markdown-linewrap into master 2021-03-12 12:28:47 +00:00

10 Commits

Author SHA1 Message Date
8fac65abd4 Merge branch 'master' into markdown-linewrap
All checks were successful
continuous-integration/drone/pr Build is passing
2021-03-12 19:36:38 +08:00
76f150b595
update
All checks were successful
continuous-integration/drone/pr Build is passing
2021-03-05 14:31:31 +01:00
ba10cc7924 Merge branch 'master' into markdown-linewrap
All checks were successful
continuous-integration/drone/pr Build is passing
2021-03-05 21:26:36 +08:00
9134a7b2b8
use replace to get upstream patch
All checks were successful
continuous-integration/drone/pr Build is passing
2021-03-05 12:03:49 +01:00
19a55ada09 Merge branch 'master' into markdown-linewrap
All checks were successful
continuous-integration/drone/pr Build is passing
2021-03-05 18:29:10 +08:00
6e53b32637 Merge branch 'master' into markdown-linewrap
All checks were successful
continuous-integration/drone/pr Build is passing
2021-03-05 18:26:19 +08:00
56b7ab9364
speedup ?
All checks were successful
continuous-integration/drone/pr Build is passing
2021-03-05 11:22:47 +01:00
aa6d49ab09
no nil exeption
All checks were successful
continuous-integration/drone/pr Build is passing
2021-03-05 11:20:26 +01:00
0b661bd2fc
resolve markdown links relative to issue content URL
All checks were successful
continuous-integration/drone/pr Build is passing
absolute URLs are not properly resolved due to
https://github.com/charmbracelet/glamour/pull/96
without this fix the behaviour isn't really worse than before this commit.
2021-03-02 22:23:19 +01:00
ff69164757
detect & set markdown renderer line-width 2021-03-02 22:21:07 +01:00