We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a8232 commit afad56bCopy full SHA for afad56b
src/plugins/search/markdown-to-txt.js
@@ -1,6 +1,6 @@
1
/**
2
- * This is a modified version of the
3
- * [markdown-to-txt](https://www.npmjs.com/package/markdown-to-txt) library.
+ * This is a modified version of the [markdown-to-txt](https://www.npmjs.com/package/markdown-to-txt) library.
+ * The original source code can be found at [markdown-to-txt](https://github.com/ejrbuss/markdown-to-txt).
4
*/
5
import { marked } from 'marked';
6
import { escape, unescape } from 'lodash';
0 commit comments