Skip to content

Commit

Permalink
chore: fix dependencies in markdown-to-html example
Browse files Browse the repository at this point in the history
  • Loading branch information
webdiscus committed Dec 4, 2024
1 parent 805f22e commit 62fc9ac
Show file tree
Hide file tree
Showing 4 changed files with 791 additions and 318 deletions.
4 changes: 2 additions & 2 deletions examples/markdown-to-html/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Markdown to HTML

Use the [HTML Builder Plugin](https://github.com/webdiscus/html-bundler-webpack-plugin) for Webpack to render Markdown files `*.md` to HTML.
Use the [HTML Builder Plugin](https://github.com/webdiscus/html-bundler-webpack-plugin) for Webpack to render Markdown `*.md` files to HTML.

Required to install additional dependencies:

Expand All @@ -17,7 +17,7 @@ Required to install additional dependencies:
## View and edit in browser

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/markdown-to-html?file=webpack.config.js)
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/markdown-to-html-webpack?file=webpack.config.js)

## How to use

Expand Down
Loading

0 comments on commit 62fc9ac

Please sign in to comment.