Rename “Anki 2.1.41+ handling” to “Markdown” in deck descriptions

The deck-description dialog currently contains a checkbox labelled Anki 2.1.41+ handling. I suggest renaming it simply Markdown.

The present label does not indicate what the option actually does: 2.1.41+ refers to the Anki version in which this handling was introduced, not to the feature itself. More than five years later, that historical version seems less useful to users than the name of the feature.

The wording also caused actual confusion more than once:

Anki itself already describes the feature in terms of Markdown. The 2.1.41 change notes say that deck descriptions on the congratulations screen can be enabled by “turning markdown on”:

The implementation likewise calls the checkbox enable_markdown:

Its tooltip begins “Treats input as markdown, and cleans HTML input”.

The current Anki Manual does not appear to explain the meaning of “Anki 2.1.41+ handling” either; the Deck Options documentation contains no corresponding explanation of this checkbox:

So the current label seems to preserve a history detail at the expense of naming the feature the user is enabling.

I therefore suggest changing:

Anki 2.1.41+ handling

to:

Markdown

or perhaps:

Enable Markdown

I’d prefer Markdown, as the checkbox already conveys enable/disable, and the shorter wording names the feature directly.

Happy to open an issue and prepare a PR if this seems reasonable.

AnkiDroid uses “Format as Markdown” which I think is better because it’s clearer.

Yes, I like the idea of adding a verb, as it makes the intended operation clearer.

I’m slightly less convinced by Format as Markdown, though. Taken literally, it suggests the structure is Format [input text] as Markdown—e.g., “Format **hi** as Markdown”. But what Anki actually does is interpret **hi** as Markdown and thus render it to HTML as <strong>hi</strong>.

Interestingly, the forthcoming macOS 27 Golden Gate adds two new Apple Notes actions, Create Note and Append to Note, with a toggle labelled Interpret as Markdown. The new Apple actions therefore appear to use exactly that wording for essentially the same operation.

My preference would therefore now be Interpret as Markdown.

I agree it’s time to rename this:

The other thing that checkbox does is show/hide the Description on the Congrats screen. Any idea why that is?

I’ve appreciated that there has been a way to hide the Description without deleting it, so hopefully that doesn’t go away with the change in Enable Markdown deck description by default · Issue #5523 · ankitects/anki · GitHub .

I think the original plan was to always display the description there, but this was changed later to only display the Markdown description for rendering consistency with the Overview screen due to an issue with image display in the Congrats screen.

Here are some references:

The change will only affect new decks and the toggle won’t be removed for now.