mirror of
https://github.com/fastenhealth/fasten-onprem.git
synced 2026-05-05 01:40:30 -05:00
working IPS export using github markdown.
This commit is contained in:
committed by
Mihai Pop @ TSA
parent
ec7888077a
commit
c922e396e7
@@ -5,13 +5,33 @@
|
||||
<title>title</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<script src="script.js"></script>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.5.1/github-markdown-light.min.css" integrity="sha512-Pmhg2i/F7+5+7SsdoUqKeH7UAZoVMYb1sxGOoJ0jWXAEHP0XV2H4CITyK267eHWp2jpj7rtqWNkmEOw1tNyYpg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
<style>
|
||||
.markdown-body {
|
||||
box-sizing: border-box;
|
||||
min-width: 200px;
|
||||
max-width: 980px;
|
||||
margin: 0 auto;
|
||||
padding: 45px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.markdown-body {
|
||||
padding: 15px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
{{template "header.gohtml" .}}
|
||||
{{template "toc.gohtml" .}}
|
||||
|
||||
{{template "composition.gohtml" .}}
|
||||
<article class="markdown-body">
|
||||
{{template "composition.gohtml" .}}
|
||||
</article>
|
||||
|
||||
{{template "footer.gohtml" .}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user