Update 2026-01-25 09:38 OpenBSD/amd64-t14
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
<!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/headers_atx.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="Special">#</span><span class="Title"> One</span>
|
||||
|
||||
<span class="Special">##</span><span class="Title"> Two</span>
|
||||
|
||||
<span class="Special">###</span><span class="Title"> Three</span>
|
||||
|
||||
<span class="Special">####</span><span class="Title"> Four</span>
|
||||
|
||||
<span class="Special">#####</span><span class="Title"> Five</span>
|
||||
|
||||
<span class="Special">######</span><span class="Title"> Six</span>
|
||||
|
||||
<span class="Special">#</span><span class="Title"> One with closing hash </span><span class="Special">#</span>
|
||||
|
||||
<span class="Special">##</span><span class="Title"> Two with closing hash </span><span class="Special">#</span>
|
||||
|
||||
<span class="Special">###</span><span class="Title"> Three with closing hash </span><span class="Special">#</span>
|
||||
|
||||
<span class="Special">####</span><span class="Title"> Four with closing hash </span><span class="Special">#</span>
|
||||
|
||||
<span class="Special">#####</span><span class="Title"> Five with closing hash </span><span class="Special">#</span>
|
||||
|
||||
<span class="Special">######</span><span class="Title"> Six with closing hash </span><span class="Special">#</span>
|
||||
|
||||
<span class="Special">#</span><span class="Title"> Can have multiple closing hashes </span><span class="Special">#####</span>
|
||||
|
||||
<span class="Special">#</span><span class="Title"> An hash in the middle # have no special meaning</span>
|
||||
|
||||
# This should not be an header because the hash should be the first character in the line
|
||||
|
||||
This is # not an header, this is a normal paragraph and the hash must not be considered a delimiter
|
||||
|
||||
####### Seven hashes is an <span class="Special">`</span><span class="Constant">H6</span><span class="Special">`</span> that begins with an hash character for Dingus but for Github those are seven hashes, an header must have a mandatory space before any character
|
||||
|
||||
######This is not an header on Github because it lacks the mandatory white space between the hashes (delimiter) and the first character of the header
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
<!-- vim: set foldmethod=manual : -->
|
||||
Reference in New Issue
Block a user