67 lines
2.8 KiB
HTML
67 lines
2.8 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/strikethrough.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; }
|
|
.NonText { color: #8080ff; }
|
|
.Underlined { color: #c000c0; text-decoration: underline; }
|
|
.Bold { font-weight: bold; }
|
|
.Title { color: #c000c0; }
|
|
.Italic { font-style: italic; }
|
|
.Special { color: #c000c0; }
|
|
-->
|
|
</style>
|
|
|
|
<script type='text/javascript'>
|
|
<!--
|
|
|
|
-->
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<pre id='vimCodeElement'>
|
|
<span class="Special">~~</span><span class="NonText">one line strikethrough</span><span class="Special">~~</span>
|
|
|
|
<span class="Special">~~</span><span class="NonText">multiple line</span>
|
|
<span class="NonText">strike through</span><span class="Special">~~</span>
|
|
|
|
The end could not be escaped <span class="Special">~~</span><span class="NonText">this is striked\</span><span class="Special">~~</span>
|
|
|
|
There is no escape in the middle <span class="Special">~~</span><span class="NonText">this is \</span><span class="Special">~~</span> striked~~ so the end is not striked
|
|
|
|
The begin could be escaped \~~this is not striked~~
|
|
|
|
<span class="Special">* </span>this is a list <span class="Special">~~</span><span class="NonText">with a strikethrough</span><span class="Special">~~</span>
|
|
|
|
<span class="Special">#</span><span class="Title"> this is a header </span><span class="Special">~~</span><span class="NonText">with a strikethrough</span><span class="Special">~~</span><span class="Title"> this is still part of the header</span>
|
|
|
|
<span class="Special">~~</span><span class="NonText">strikethrough </span><span class="Special">*</span><span class="Italic">could</span><span class="Special">*</span><span class="NonText"> </span><span class="Special">__</span><span class="Bold">contain</span><span class="Special">__</span><span class="NonText"> other </span><span class="Underlined"><a href="http://google.it">http://google.it</a></span><span class="NonText"> inline elements</span><span class="Special">~~</span>
|
|
|
|
~~
|
|
could not begin
|
|
with a new line
|
|
this is not striked~~
|
|
|
|
~~ could not begin with a space this is not striked~~
|
|
|
|
~~could not end with a space, this is not striked ~~
|
|
|
|
~~could not end
|
|
with a newline
|
|
this is not striked
|
|
~~
|
|
</pre>
|
|
</body>
|
|
</html>
|
|
<!-- vim: set foldmethod=manual : -->
|