2026-01-25 09:38:17 +01:00

57 lines
3.2 KiB
HTML

<!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_setext.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; }
.Special { color: #c000c0; }
-->
</style>
<script type='text/javascript'>
<!--
-->
</script>
</head>
<body>
<pre id='vimCodeElement'>
<span class="Title">H1 Header</span>
<span class="Special">=========</span>
<span class="Title">H2 Header</span>
<span class="Special">---------</span>
<span class="Title">H1 Header, underline could be of any length</span>
<span class="Special">=</span>
<span class="Title">H2 Header, underline could be of any length</span>
<span class="Special">-</span>
<span class="Title">H1 Header, underline could be of any length</span>
<span class="Special">=================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================</span>
<span class="Title">H2 Header, underline could be of any length</span>
<span class="Special">---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</span>
This is not an header because the underline must begin at the beginnning of the line
=
This is not an header because the underline must begin at the beginnning of the line
.=
</pre>
</body>
</html>
<!-- vim: set foldmethod=manual : -->