We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5234a8e commit a8a42f2Copy full SHA for a8a42f2
1 file changed
libreblog/libreblog.js
@@ -20,7 +20,7 @@ const sqlite_version = "3.49.2-build1";
20
const marked_version = "15.0.12";
21
//MIME types supported by most browsers in the HTMLCanvasElement interface
22
const supported_version_formats = ["JPG", "JPEG", "PNG", "WEBP"];
23
-const debug_mode = false; //If false, it will load modules from a CDN (to be implemented)
+const debug_mode = false; //If false, it will load modules from a CDN
24
let conversion_cache = {}; //Used to store previous conversions from Markdown to HTML
25
let declared_values_cache = {}; //Values that are declared inside the field "contents"
26
let references_cache = {}; //Used to store all the references of all the articles
0 commit comments