Commit graph

5 commits

Author SHA1 Message Date
709a2738f9 feat: image rendering now supports alt text for accessibility 2024-12-31 00:48:22 -05:00
525cbcd980 feat: rendering for image descriptions
Text inside an image's alt-text section `![like this text](img.png)`
will be treated as markdown and rendered as HTML inside `<small>` tags
(all still inside the image-container div).
2024-12-31 00:29:32 -05:00
0c1c842bcd added custom image renderer with image-container div 2024-12-30 23:31:43 -05:00
c6c801e248 continue working on config and default parsing 2024-11-25 16:05:35 -05:00
4d1b18fd12 refactoring; began implementing embedding 2024-11-25 14:55:45 -05:00
Renamed from internal/build/convert.go (Browse further)