Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jskinne3 authored Aug 11, 2023
2 parents b18c400 + d53fc19 commit e45f055
Show file tree
Hide file tree
Showing 6 changed files with 102 additions and 103 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To run the site locally:
3. From the repo directory, run:
```sh
npm install
npm run dev
npm start
```
4. Open http://localhost:8080

Expand Down
2 changes: 1 addition & 1 deletion config/filters/render.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const MarkdownIt = require("markdown-it");

module.exports = async (content) => {
const md = new MarkdownIt();
const md = new MarkdownIt({ html: true });
return md.render(content);
};
192 changes: 96 additions & 96 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e45f055

Please sign in to comment.