Deprecation: 2023-01-27: I stopped using hexo and so this package isn't further maintained. Feel free to fork it and maintain by yourself considering the license.
Renders an MDN compatibility table on your hexo-generated page.
When writing about front end web development, it's always nice being able to
refer to some up-to-date data about browser-compatibility of a certain feature.
The MDN Web Docs team has done a great job compiling all data into a single
git repository. On MDN itself,
this data is then displayed in a
compat-report-table
.
As I really like these tables and wanted to use them in one of my blog posts, I've simply decided to cut out the functionality from the MDN platform and make it available to all of my fellow hexo bloggers.
$ npm i --save hexo-compat-report
and to include a table into your blog post, use the following syntax:
{% compat api.AudioWorklet %}
For the correct path, please refer to the MDN repository.
Any help or feedback is welcome. Check the issues for problems. I'll try to merge PRs optimistically.
- Upgrade
mdn-browser-compat-data
to@mdn
namespace
- Include installation guidance into
README.md
- Release initial version with basic functionality
MIT