mirror of
https://github.com/sern-handler/website
synced 2026-06-28 02:32:23 +00:00
feat: migrate to starlight
This commit is contained in:
14
node_modules/markdown-extensions/index.js
generated
vendored
Normal file
14
node_modules/markdown-extensions/index.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
// TODO: Load the JSON file when Node.js supports that.
|
||||
|
||||
const markdownExtension = [
|
||||
'md',
|
||||
'markdown',
|
||||
'mdown',
|
||||
'mkdn',
|
||||
'mkd',
|
||||
'mdwn',
|
||||
'mkdown',
|
||||
'ron',
|
||||
];
|
||||
|
||||
export default markdownExtension;
|
||||
Reference in New Issue
Block a user