Skip to content

Commit 4ef3822

Browse files
committed
uncomment some log statements
Add test for wiki-link replacement in callouts
1 parent 2188363 commit 4ef3822

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

md/test-lernstrecke.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
> [!info]- Präsentation
66
>Hier findet Ihr den gesamten Stoff als Präsentation.
7-
>https://htl.unterrainer.info/jwt.html
7+
>[[test-presentation]]
88
>* test
99
>* test
1010

obsidian.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ const imageFileTypes = [
707707
function getHtmlFor(fileType, fileName, serverUrl, dirPrefix, file, r) {
708708
if (fileType !== null) {
709709
const type = fileType.toLowerCase();
710-
console.log(type)
710+
// console.log(type)
711711
if (imageFileTypes.includes(type)) {
712712
return `<img src="${serverUrl}/${
713713
dirPrefix + file

0 commit comments

Comments
 (0)