kloeckner.com.ar

a backup of my entire webpage
Index Commits Files Refs README LICENSE
commit 31f6189baa0ba1a486e3ac33ffb6e5fc94d94c0b
parent d64eadf174e8dba3eebb597f474c2e3266ccb7bb
Author: mjkloeckner <martin.cachari@gmail.com>
Date:   Sat, 21 Jan 2023 19:59:46 -0300

blog post fix

Diffstat:
Mmd/testing-syntax-highlight/testing-syntax-highlight.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/md/testing-syntax-highlight/testing-syntax-highlight.md b/md/testing-syntax-highlight/testing-syntax-highlight.md
@@ -58,9 +58,9 @@ let dts = join(dt, format, '-');
 document.querySelector('.article-date').innerHTML += " (last updated " + dts + ")";
 ```
 I removed it from the webpage because it was not working properly, the
-\`document.lastModified\` was always returning the current date. In stead, I
+`document.lastModified` was always returning the current date. In stead, I
 added a new part to the shell script that builds the pages, the new content
-parses the output of \`stat\` command and appends it to the article date.
+parses the output of `stat` command and appends it to the article date.
 
 This code is part of the script that I'm using for highlighting code blocks.
 It's written in golang, a language that I didn't knew until I needed to modify