Skip to content

Commit

Permalink
release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LolipopJ committed Sep 24, 2024
1 parent b104c95 commit 575a257
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions lib/interfaces/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ export interface IConvertOptions {
*/
type?: IConvertTypeOption;
/**
* Width of output image
* Width in pixel of output image
* @defaultValue `800`
*/
width?: number;
/**
* Height of output image
* @defaultValue `600`
* Min-height in pixel of output image. Should be a number >= 100
* @defaultValue `100`
*/
height?: number;
/**
Expand Down Expand Up @@ -102,7 +102,7 @@ export interface IExtensionOptions {
};
/**
* Provide a boolean value of a configuration object.
* * Available options: https://docs.mathjax.org/en/latest/options/index.html
* Available options: https://docs.mathjax.org/en/latest/options/index.html
* @link https://github.com/mathjax/MathJax
* @defaultValue `true`
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/mdimg.js

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

Loading

0 comments on commit 575a257

Please sign in to comment.