-
-
Notifications
You must be signed in to change notification settings - Fork 227
Closed
Description
README says:
var writer = new commonmark.HtmlRenderer;
writer.softbreak = "<br />";but that results in errors.
From the source, it looks like the softbreak replacement string should be passed in as a constructor option
var writer = new commonmark.HtmlRenderer({softbreak: "<br />"});So softbreak could be listed with the other HtmlRenderer constructor options immediately above this example.
alexiscordova
Metadata
Metadata
Assignees
Labels
No labels