jobindjohn / obsidian-publish-mkdocs

A Template to Publish Obsidian/Foam Notes on Github Pages (uses MkDocs)
Creative Commons Zero v1.0 Universal
524 stars 37 forks source link

Basic markdown syntax issue #17

Closed Ravieroy closed 2 years ago

Ravieroy commented 2 years ago

Thank you for issue #15. Having made the website I can see that basic syntax like highlighting using equals(=) symbol, underline using caret(^) symbol is not working as expected. I have made another page using this template as a test and there it seems to work. Attached are the images of the issue and the website is hosted here if needed

:disappointed: highlight_issue

:blush: expectation

Thanks a lot.

Ravieroy commented 2 years ago

Okay, I could make it work as it was an easy fix and may be it will be added soon, but for others if they want it to do it themselves, here it is. It was a matter of simple edit in mkdocs.yml file. In the section for markdown_extensions we need to add certain keywords. I got this from here

markdown_extensions:

P.S: Similarly admonition plugin can also be activated. Refer this for admonition plugin.

While this was easy, it would have been nice if these functionality comes default in the template as these are useful. Thanks for this template though.

jobindjohn commented 2 years ago

Fixed it now. Thanks @Ravieroy