-
|
My site is setup with the materials theme. Materials give you the option to use { .md-button } as an attribute behind the links to turn them into a button. Am i missing something or did i understand something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
Hi @nica-ev It's seems that this is a bug related to backlinks. As a temporary workaround you can disable backlinks and it should start to work. Never the less, I will work on a fix for it. To disable only backlinks functionality, you can add this below config to - pub-obsidian:
backlinks:
enabled: false |
Beta Was this translation helpful? Give feedback.
-
|
I can confirm that it partly works after disabling backlinks. This example markdown gets rendered with 2 broken links (its just showing as text) and the last link working. For me it seems there is an issue with the parsing. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for testing it deeper. I will try to have a look at that this week and let you know. |
Beta Was this translation helpful? Give feedback.
-
|
It should be now fixed in #112 that was merged into v1.4.5 release. |
Beta Was this translation helpful? Give feedback.
It should be now fixed in #112 that was merged into v1.4.5 release.