We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1f905 commit 18e9f08Copy full SHA for 18e9f08
1 file changed
libreblog/libreblog.js
@@ -14,7 +14,7 @@ let RIS_MAP;
14
15
/* Global variables and constants */
16
17
-const libreblog_version = "1.3.1";
+const libreblog_version = "1.3.2";
18
//MIME types supported by most browsers in the HTMLCanvasElement interface
19
const supported_version_formats = ["JPG", "JPEG", "PNG", "WEBP"];
20
let conversion_cache = {}; //Used to store previous conversions from Markdown to HTML
0 commit comments