Update 2026-01-25 09:38 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2026-01-25 09:38:17 +01:00
parent 0769d7a789
commit 186dfa8096
1240 changed files with 189747 additions and 315946 deletions

View File

@@ -0,0 +1,21 @@
Hello {#id-1}
-----
Hello {#id-2}
=====
# Header With Identifier {#id-3}
# Header With Trailing Hashes and Identifier # {#id-4}
# Trailing Hashes could be as many as you want ####### {#id-5}
# Header With Hashes # In Text and Identifier {#id-6}
The following should a level 1 header with a `#` character for content
##
The following should a level 2 header with a `#` character for content
###

View File

@@ -0,0 +1,54 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>~/code/vim-markdown/spec/features/kramdown/headers_with_id.md.html</title>
<meta name="Generator" content="Vim/7.4">
<meta name="plugin-version" content="vim7.4_v1">
<meta name="syntax" content="markdown">
<meta name="settings" content="use_css,pre_wrap,no_foldcolumn,expand_tabs,prevent_copy=">
<meta name="colorscheme" content="none">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffff; }
body { font-family: monospace; color: #000000; background-color: #ffffff; }
* { font-size: 1em; }
.Title { color: #c000c0; }
.Constant { color: #c00000; }
.Special { color: #c000c0; }
-->
</style>
<script type='text/javascript'>
<!--
-->
</script>
</head>
<body>
<pre id='vimCodeElement'>
<span class="Title">Hello </span><span class="Special">{#id-1}</span>
<span class="Special">-----</span>
<span class="Title">Hello </span><span class="Special">{#id-2}</span>
<span class="Special">=====</span>
<span class="Special">#</span><span class="Title"> Header With Identifier </span><span class="Special">{#id-3}</span>
<span class="Special">#</span><span class="Title"> Header With Trailing Hashes and Identifier </span><span class="Special">#</span> <span class="Special">{#id-4}</span>
<span class="Special">#</span><span class="Title"> Trailing Hashes could be as many as you want </span><span class="Special">#######</span> <span class="Special">{#id-5}</span>
<span class="Special">#</span><span class="Title"> Header With Hashes # In Text and Identifier </span><span class="Special">{#id-6}</span>
The following should a level 1 header with a <span class="Special">`</span><span class="Constant">#</span><span class="Special">`</span> character for content
<span class="Special">#</span><span class="Title">#</span>
The following should a level 2 header with a <span class="Special">`</span><span class="Constant">#</span><span class="Special">`</span> character for content
<span class="Special">##</span><span class="Title">#</span>
</pre>
</body>
</html>
<!-- vim: set foldmethod=manual : -->