Skip to content

Commit e0fa014

Browse files
committed
Version 2.0.6
Signed-off-by: Miek Gieben <[email protected]>
1 parent e63b1fc commit e0fa014

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Syntax.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ Footnotes:
203203
: Are discarded from the final output, don't use them.
204204

205205
Images:
206-
: Images are not supported and completely discarded from the final output. Using the example from
207-
RFC 7991 output would just yields: `<t></t>`.
206+
: Images are not supported and we fake an artwork with some of the meta date. Using the example from
207+
RFC 7991 output would just yields: `<artwork>img.jpg "alt" "title"</artwork>`.
208208

209209
### HTML5 Output
210210

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package main
22

33
// Version of mmark.
4-
var Version = "2.0.5"
4+
var Version = "2.0.6"

0 commit comments

Comments
 (0)