Comparing version 2.54.0 to 2.55.0
@@ -7,3 +7,5 @@ # Changelog | ||
## [Unreleased] | ||
## [2.55.0] - 2024-10-02 | ||
### Added | ||
- Added support for <audio> tag rendering for .mp3 and .wav links | ||
@@ -10,0 +12,0 @@ ## [2.54.0] - 2024-01-10 |
@@ -711,2 +711,3 @@ const url = require('url'); | ||
md.use(require('./plugins/appleMusic')); | ||
md.use(require('./plugins/audio')); | ||
md.use(require('./plugins/emoji'), options.emoji); | ||
@@ -713,0 +714,0 @@ md.use(require('./plugins/facebook-videos')); |
@@ -7,3 +7,3 @@ { | ||
"lolspeak": "~1.4.0", | ||
"markdown-it": "~14.0.0", | ||
"markdown-it": "~14.1.0", | ||
"mehdown-cowsay": "~1.1.6", | ||
@@ -17,3 +17,3 @@ "minimist": "~1.2.5", | ||
"shell-quote": "~1.8.0", | ||
"slug": "~5.3.0", | ||
"slug": "~9.0.0", | ||
"textify": "~0.0.12", | ||
@@ -38,3 +38,3 @@ "youtube-search": "~1.1.4" | ||
}, | ||
"version": "2.54.0" | ||
"version": "2.55.0" | ||
} |
# mehdown | ||
[![Build Status](https://github.com/mediocre/mehdown/workflows/build/badge.svg)](https://github.com/mediocre/mehdown/actions?query=workflow%3Abuild) | ||
[![Build Status](https://github.com/mediocre/mehdown/actions/workflows/continuousIntegration.yaml/badge.svg?branch=main)](https://github.com/mediocre/mehdown/actions?query=workflow%3Abuild+branch%3Amain) | ||
[![Coverage Status](https://coveralls.io/repos/github/mediocre/mehdown/badge.svg?branch=main)](https://coveralls.io/github/mediocre/mehdown?branch=main) | ||
@@ -12,2 +12,3 @@ | ||
- Converts image URLs to images. | ||
- Converts audio URLs to audio players. | ||
- Optionally detects image sizes. | ||
@@ -14,0 +15,0 @@ - External links open in a new browser tab/window. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1530047
28
1351
76
+ Addedmarkdown-it@14.1.0(transitive)
+ Addedslug@9.0.0(transitive)
- Removedmarkdown-it@14.0.0(transitive)
- Removedslug@5.3.0(transitive)
Updatedmarkdown-it@~14.1.0
Updatedslug@~9.0.0