Render inline images as img #2

Open
opened 2025-02-07 20:27:44 +03:00 by DarkCat09 · 1 comment
Owner

Everything is <figure> now, so there is no way to add an inline image. But would I need this at all??

Related to #1

Everything is `<figure>` now, so there is no way to add an inline image. But would I need this at all?? Related to #1
DarkCat09 added the
md2html
enhancement
labels 2025-02-07 20:27:44 +03:00
Author
Owner
  • Inline: ![Alt-text](Link)
  • Block:
    ---
    type: image
    src: Link
    ---
    
    +++
    type = "image"
    src = "Link"
    +++
    
- Inline: `![Alt-text](Link)` - Block: ```yml --- type: image src: Link --- ``` ```toml +++ type = "image" src = "Link" +++ ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: DarkCat09/dc09rs#2
No description provided.