Skip to content

Commit 31e153c

Browse files
authoredJan 27, 2022
Merge pull request #78 from Yash-Singh1/patch-1
2 parents 447c5b7 + a8a32bd commit 31e153c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ In order to specify [custom renderers](https://github.com/peerigon/markdown-load
5353
const marked = require("marked");
5454
const renderer = new marked.Renderer();
5555

56-
return {
56+
module.exports = {
5757
module: {
5858
rules: [{
5959
test: /\.md$/,

0 commit comments

Comments
 (0)
Please sign in to comment.