Auto Markdown - fix version
0.88MB. Updated 2021-06-19.
Description
Download
As add-ons are programs downloaded from the internet, they are potentially malicious. You should only download add-ons you trust.
Supported Anki versions:
- 2.1.44+ (Updated 2021-06-19)
To download this add-on, please copy and paste the following code into Anki 2.1:
15061497
If you were linked to this page from the internet, please open Anki on your computer, go to the Tools menu and then Add-ons>Browse & Install to paste in the code.
All Anki 2.1.x Add-Ons Contact Author
Reviews

As of 2022-07, Anki 2.1.49:
While this addon has some small issues (I can't seem to get sub-lists working no matter what syntax I use) it seems to be the least-broken addon for displaying markdown AND code highlighting (using code blocks).
A tip for anyone trying to edit inline code appearance: this addon simply wraps characters in `backticks` into <code>blah blah</code>, so changing `code {}` with CSS in `card template` - styling will change those fields
While this addon has some small issues (I can't seem to get sub-lists working no matter what syntax I use) it seems to be the least-broken addon for displaying markdown AND code highlighting (using code blocks).
A tip for anyone trying to edit inline code appearance: this addon simply wraps characters in `backticks` into <code>blah blah</code>, so changing `code {}` with CSS in `card template` - styling will change those fields

Auto-convert breaks inline images but manual convert is fine.

Worked without any errors!

thanks for the fix version

Seems to work great so far. Keep it up!

Hey, thanks for your work. I just thought I'd let you know that I was unable to use this addon to create a Markdown nested unordered list, even though it was correct Markdown -- I can tell because I used an online Markdown to HTML conversion tool and it worked well (and that's how I'm getting my list into Anki).
Comment from author
Hey, sounds like an interesting problem, could you raise it here? https://github.com/natfarleydev/anki-auto-markdown/issues I've never needed this feature so I haven't tested it before.

Thanks a lot. Great plugin, works seamlessly.

works as the author said.

Thx! great fro mac user!
it's a pitty that the code highlight of PHP is not supported, the php code is dark background.
```php
xxx
```
it's a pitty that the code highlight of PHP is not supported, the php code is dark background.
```php
xxx
```
Comment from author
Thanks! Can you raise an issue with more detail (e.g. some php code that doesn't work) on github? https://github.com/natfarleydev/anki-auto-markdown/issues . That way I can track them more easily and the right people can see/help.