mmarkdown / mmark

Mmark: a powerful markdown processor in Go geared towards the IETF
https://mmark.miek.nl
Other
480 stars 45 forks source link

xml: figure out how to do images #9

Closed miekg closed 6 years ago

miekg commented 6 years ago

We can include svg, but not(?) other figures... need to double check what rfc7991 says about this.

miekg commented 6 years ago

Right now, we're just allowing images in the v3 output assuming it is a bitmap or svg. For v2 we should probably skip them as there is no way to have them in the final output.

miekg commented 6 years ago

In v3 we make an image a src link, in v2 is is dicarded. Still need to document this.

miekg commented 6 years ago

This has been done and implemented.