diff options
author | Frederick Muriuki Muriithi | 2025-02-11 11:05:58 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-11 11:07:41 -0600 |
commit | d1a98c02f777f890f49e1c1aee7c8bceab6c8ac6 (patch) | |
tree | f56fb8351c54e924cf7a2b4da82802ebe7e2af11 /issues/gn-guile/rendering-images-within-markdown-documents.gmi | |
parent | 5e20c7c3cc6860690037dc99e89cc732f24eeb3c (diff) | |
download | gn-gemtext-d1a98c02f777f890f49e1c1aee7c8bceab6c8ac6.tar.gz |
gn-guile: New issue.
Diffstat (limited to 'issues/gn-guile/rendering-images-within-markdown-documents.gmi')
-rw-r--r-- | issues/gn-guile/rendering-images-within-markdown-documents.gmi | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/issues/gn-guile/rendering-images-within-markdown-documents.gmi b/issues/gn-guile/rendering-images-within-markdown-documents.gmi new file mode 100644 index 0000000..fe3ed39 --- /dev/null +++ b/issues/gn-guile/rendering-images-within-markdown-documents.gmi @@ -0,0 +1,22 @@ +# Rendering Images Linked in Markdown Documents + +## Tags + +* status: open +* priority: high +* type: bug +* assigned: alexm, bonfacem, fredm +* keywords: gn-guile, images, markdown + +## Description + +Rendering images linked within markdown documents does not work as expected — we cannot render images if they have a relative path. +As an example see the commit below: +=> https://github.com/genenetwork/gn-docs/commit/783e7d20368e370fb497974f843f985b51606d00 + +In that commit, we are forced to use the full github uri to get the images to load correctly when rendered via gn-guile. This, has two unfortunate consequences: + +* It makes editing more difficult, since the user has to remember to find and use the full github URL for their images. +* It ties the data and code to github + +This needs to be fixed, such that any and all paths relative to the markdown file are resolved at render time automatically. |