Skip to content

Commit

Permalink
Bump version 4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
redbug312 committed Aug 12, 2023
1 parent 60ee09d commit 1ea3f38
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/markdown-it-multimd-table.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*! markdown-it-multimd-table 4.2.2 https://github.com/redbug312/markdown-it-multimd-table @license MIT */
/*! markdown-it-multimd-table 4.2.3 https://github.com/redbug312/markdown-it-multimd-table @license MIT */
(function(global, factory) {
typeof exports === "object" && typeof module !== "undefined" ? module.exports = factory() : typeof define === "function" && define.amd ? define(factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self,
global.markdownit = factory());
global.markdownitMultimdTable = factory());
})(this, (function() {
"use strict";
// constructor
Expand Down
4 changes: 2 additions & 2 deletions dist/markdown-it-multimd-table.min.js

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

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-it-multimd-table",
"version": "4.2.2",
"version": "4.2.3",
"description": "Multimarkdown table syntax plugin for markdown-it markdown parser",
"keywords": [
"markdown-it-plugin",
Expand Down

0 comments on commit 1ea3f38

Please sign in to comment.