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
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
Generate a slug just like GitHub does for markdown headings. It also ensures slugs are unique in the same way GitHub does it. The overall goal of this package is to emulate the way GitHub handles generating markdown heading anchors as close as possible.
12
12
13
-
This project is not a Markdown or HTML parser: passing `alpha *bravo* charlie`
13
+
This project is not a markdown or HTML parser: passing `alpha *bravo* charlie`
14
14
or `alpha <em>bravo</em> charlie` doesn’t work.
15
15
Instead pass the plain text value of the heading: `alpha bravo charlie`.
0 commit comments