mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-24 06:27:02 +02:00
chore: minor typo cleanup (#6324)
* chore: minor typo cleanup * fix tests Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
217b62682d
commit
02a233a221
19 changed files with 26 additions and 26 deletions
|
@ -15,7 +15,7 @@ export default function markdownLoader(
|
|||
|
||||
// const options = this.getOptions();
|
||||
|
||||
// TODO provide additinal md processing here? like interlinking pages?
|
||||
// TODO provide additional md processing here? like interlinking pages?
|
||||
// fileString = linkify(fileString)
|
||||
|
||||
return callback && callback(null, fileString);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue