Skip to content

Commit

Permalink
Chore: Update plugins list, supported frameworks list
Browse files Browse the repository at this point in the history
  • Loading branch information
sandypockets committed Dec 16, 2023
1 parent 75c695f commit 372fe5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Use the all-in-one `processMarkdown` function to format your markdown into HTML,

## Currently supported frameworks:
* Next.js
* Nuxt.js

### Dependencies
- `remark`: `^15.0.1`
Expand Down Expand Up @@ -39,6 +40,9 @@ Generates a table of contents based on the document's headings. Users can config
## `calculateReadingTime`
Estimates the reading time of the provided markdown content. The calculation is based on a standard words-per-minute metric, which can be adjusted via options. The reading time is returned in minutes, offering a quick overview of the content length.

## `embed`
Embeds content from external sources, such as YouTube videos and GitHub gists with simple syntax like `!embed https://your-embed-url.com/`

### Notes
Processed markdown always returns auto-linked URLs. This means that if you have a URL in your markdown, it will be converted to a clickable link.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "epic-remark",
"version": "0.1.12",
"version": "0.1.13",
"description": "Epic Remark is an all-in-one markdown to HTML processor built on top of remark",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 372fe5f

Please sign in to comment.