n0x1m / md2gmi

Converts Markdown to Gemini gemtext with Go. Working with streams and UNIX pipes, utilizing Go channels. Processes streams of input line by line and forwards blocks to the next pipeline stage.
ISC License
14 stars 3 forks source link

Links do not translate well #3

Open blmayer opened 2 years ago

blmayer commented 2 years ago

Given the example:

[some description](/test.html)

Is translated to:

some description[1]
=> /test.html 1: some description

I think the desired output for gmi would be:

=> /test.html some description

Which will be properly rendered by gemini browsers.

jecxjo commented 1 year ago

Additionally, numbered links in md don't work at all.

some [link][1]

[1]: ./example.html
trufae commented 2 months ago

Also i find anoying that links to local md files are not translated to .gmi