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 36360f5 commit 0755388Copy full SHA for 0755388
…_demo/app/templates/test_markdonify.html …demo/app/templates/test_markdownify.htmlmartor_demo/app/templates/test_markdonify.html renamed to martor_demo/app/templates/test_markdownify.html
@@ -6,6 +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" />
10
<style>
11
.main-container {margin-top: 7em}
12
</style>
@@ -42,7 +43,7 @@
42
43
</header>
44
45
<div class="ui container main-container">
- <div class="ui segment">
46
+ <div class="ui segment martor-preview">
47
<h1>Title: {{ post.title }}</h1>
48
<p><b>Description:</b></p>
49
<hr />
0 commit comments