reuseman / flashcards-obsidian

🎴 An Anki plugin for Obsidian.md
MIT License
897 stars 87 forks source link

Code highlighting doesn't seems to work #64

Closed marvinwu closed 2 years ago

marvinwu commented 2 years ago

Thanks much for this very useful plugin!

Describe the bug Code highlighting doesn't seems to work, even though it is turn on in the setting

To Reproduce

Expected behavior It should show code highlighting

Screenshots If applicable, add screenshots to help explain your problem.

Markdown used

* how to read env variable from .env ? #card

    ```bash
     export $(cat .env | xargs) 


**Additional context**
Add any other context about the problem here.
github-actions[bot] commented 2 years ago

Thank you for taking the time to report the issue and help me to make the project better! 🙂

marvinwu commented 2 years ago

sorry, figure it out seems it is indentation issue cause it not render correctly