Add some css

This commit is contained in:
Florian Schroedl
2022-05-04 17:00:00 +02:00
parent b42a664128
commit b069a76aaf
6 changed files with 2393 additions and 13 deletions

View File

@@ -6,21 +6,11 @@
<title>Untitled</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve
your experience.
</p>
<![endif]-->
<script type="text/javascript" src="./org_block_heading.js"></script>
</body>
</html>

View File

@@ -56,7 +56,7 @@ proc tryBuildInline*(content: string): OrgInlineBuilderResult =
when isMainModule:
let test = tryBuildInline(
"Regular *bold* [[https://some.url]] /italic/ _underline_ =verbatim= ~code~ +strikethrough+ [[https://some.url][title]]"
"Regular *bold* [[placeholder.com]] /italic/ _underline_ =verbatim= ~code~ +strikethrough+ [[https://placeholder.com][title]]"
)
echo test