We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63b1fc commit e0fa014Copy full SHA for e0fa014
Syntax.md
@@ -203,8 +203,8 @@ Footnotes:
203
: Are discarded from the final output, don't use them.
204
205
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>`.
+: Images are not supported and we fake an artwork with some of the meta date. Using the example from
+ RFC 7991 output would just yields: `<artwork>img.jpg "alt" "title"</artwork>`.
208
209
### HTML5 Output
210
version.go
@@ -1,4 +1,4 @@
1
package main
2
3
// Version of mmark.
4
-var Version = "2.0.5"
+var Version = "2.0.6"
0 commit comments