All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m17s
15 lines
232 B
HTML
15 lines
232 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<style>
|
|
p {
|
|
white-space: pre-wrap;
|
|
}
|
|
</style>
|
|
<title>{{note.title}}</title>
|
|
</head>
|
|
<body>
|
|
<h1>{{note.title}}</h1>
|
|
{{note.reading_view | markdown}}
|
|
</body>
|
|
</html> |