Upate.
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// retoor <retoor@molodetz.nl>
|
||||
|
||||
import "markdown" for Markdown
|
||||
|
||||
var text = "**bold** " * 100
|
||||
var result = Markdown.toHtml(text)
|
||||
System.print(result.contains("<strong>")) // expect: true
|
||||
Reference in New Issue
Block a user