Currently the image property is generated as "[[]]" inside the property. Using only [[]] makes it easier to use the generate thumbnails in the markdown file.
So this would mean changing:
return e.image="[[${l}]]"
to:
return e.image=[[${l}]]
in the main.js Thank you.
Currently the image property is generated as "[[]]" inside the property. Using only [[]] makes it easier to use the generate thumbnails in the markdown file.
So this would mean changing:
return e.image=
"[[${l}]]"to:
return e.image=
[[${l}]]in the main.js Thank you.