Python django pass css style through admin panel
I am working on project in Python Django: blog_django_markdown
It's like a regular blog, but you can format your content by markdown and call particular css style through admin panel like that:
panel admin input
Basic mardkown functions work fine, but i can't set a style like i want to in spite of that i'm using markdown.extensions: attr_list and tables:
result
I was trying to pass css style with various ways to django-admin panel. I expect possibility to edit post easily like in mardown with it extensions.