md syntax support in _index.md file
This commit is contained in:
parent
14b1c7c6ba
commit
e1c9b5f399
|
@ -51,7 +51,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&--desc {
|
&--desc {
|
||||||
font-weight: italic;
|
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
line-height: 1.7rem;
|
line-height: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
||||||
<h5 class="list__header--title capitalize h5">{{.Title}}</h5>
|
<h5 class="list__header--title capitalize h5">{{.Title}}</h5>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="list__header--desc p2">
|
<div class="list__header--desc single__contents p2">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<h3 class="h3 terms__title">
|
<h3 class="h3 terms__title">
|
||||||
{{ .Title }}
|
{{ .Title }}
|
||||||
</h3>
|
</h3>
|
||||||
<div class="px py p2 terms__content">
|
<div class="px py p2 single__contents">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<header class="header basicflex-column">
|
<header class="header basicflex-column">
|
||||||
<h3 class="terms__title h3">{{ .Title }}</h3>
|
<h3 class="terms__title h3">{{ .Title }}</h3>
|
||||||
<div class="px py p2 terms__content">
|
<div class="px py p2 single__contents">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<h3 class="h3 terms__title">
|
<h3 class="h3 terms__title">
|
||||||
{{ .Title }}
|
{{ .Title }}
|
||||||
</h3>
|
</h3>
|
||||||
<div class="px py p2 terms__content">
|
<div class="px py p2 single__contents">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in New Issue