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
@@ -78,8 +78,8 @@ export class Renderer extends Marked.Renderer {
78
78
* @param alt alt text for the image
79
79
* @example in markdown
80
80
* ```md
81
-
* 
82
-
* =>
81
+
* 
* from github https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#images
@@ -124,7 +124,7 @@ export class Renderer extends Marked.Renderer {
124
124
* @param href Url to go to
125
125
* @param title Additional Attribute
126
126
* @param text text for the link - TODO: How do you pass this in?
0 commit comments