Skip to content

Commit afad56b

Browse files
authored
update: update the comments.
1 parent c4a8232 commit afad56b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/search/markdown-to-txt.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* This is a modified version of the
3-
* [markdown-to-txt](https://www.npmjs.com/package/markdown-to-txt) library.
2+
* This is a modified version of the [markdown-to-txt](https://www.npmjs.com/package/markdown-to-txt) library.
3+
* The original source code can be found at [markdown-to-txt](https://github.com/ejrbuss/markdown-to-txt).
44
*/
55
import { marked } from 'marked';
66
import { escape, unescape } from 'lodash';

0 commit comments

Comments
 (0)