Results 15 comments of frnmst

This might take a while to get fixed so here is another reference: - https://github.github.com/gfm/#example-538

You can test HTML tag filtering using the [bugfix-issue-25-anchor-header-links](https://github.com/frnmst/md-toc/tree/bugfix-issue-25-anchor-header-links) branch: ```shell git clone https://github.com/frnmst/md-toc.git git checkout bugfix-issue-25-anchor-header-links make install-dev wget https://github.com/flyte/pi-mqtt-gpio/blob/d49d599c6f2f04ba0c6c31c214fd0f49746cc170/config-doc.md pipenv run python -m md_toc github config-doc.md ``` I...

Here is what I get with the current dev of md-toc. Some parts concerning the emphasis removal have not yet been implemented and will not be released in md-toc version...

I found a way to hide the choice menu using the CSS `display` propriety. Create a new template: ``` {% extends 'admin/change_form.html' %} {% load i18n %} {% block extrastyle...

Thanks, I didn't know about ModelAdmin.autocomplete_fields! I'll give it a go.