You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ var html = converter.convert();
44
44
|multiLineHeader| true | Same deal as `multiLineBlockquote` for headers|
45
45
|multiLineCodeblock| true | Same deal as `multiLineBlockquote` for code-blocks|
46
46
|linkRel| '' | Specifies a value to put on the `rel` attr on links|
47
+
|linkTarget| '_blank' | Specifies target for all links; use `''` (empty string) to not generate `target` attribute. This can be overridden by an individual link op by specifiying the `target` with a value in the respective op's attributes|
47
48
|allowBackgroundClasses| false | If true, css classes will be added for background attr|
0 commit comments