Skip to content

Commit 79f46a1

Browse files
committed
4.0.1
1 parent 793809a commit 79f46a1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "markdown-it-math",
33
"main": "dist/markdown-it-math.js",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"authors": [
66
"Rúnar Berg Baugsson Sigríðarson <[email protected]>"
77
],

dist/markdown-it-math.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! markdown-it-math 4.0.0 https://github.com/runarberg/markdown-it-math @license MIT */
1+
/*! markdown-it-math 4.0.1 https://github.com/runarberg/markdown-it-math @license MIT */
22
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.markdownitMath = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
33
'use strict';
44

dist/markdown-it-math.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-it-math",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Markdown-it plugin to include math in your document",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)