We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a7aac commit 490597fCopy full SHA for 490597f
martor_demo/app/templates/base.html.py
martor_demo/app/templates/test_markdownify.html
@@ -6,7 +6,7 @@
6
<title>Test Markdonify :: Martor</title>
7
<link href="{% static 'plugins/css/ace.min.css' %}" type="text/css" media="all" rel="stylesheet" />
8
<link href="{% static 'plugins/css/semantic.min.css' %}" type="text/css" media="all" rel="stylesheet" />
9
- <link href="{% static 'martor/css/martor.css' %}" type="text/css" media="all" rel="stylesheet" />
+ <link href="{% static 'martor/css/martor.min.css' %}" type="text/css" media="all" rel="stylesheet" />
10
<style>
11
.main-container {margin-top: 7em}
12
</style>
0 commit comments