aboutsummaryrefslogtreecommitdiff
path: root/MarkdownTest/Tests_2004/Inline HTML (Simple).text-out
diff options
context:
space:
mode:
authorSadaf Ebrahimi <sadafebrahimi@google.com>2022-11-04 20:35:11 +0000
committerSadaf Ebrahimi <sadafebrahimi@google.com>2022-11-04 20:35:11 +0000
commitd11b75301624f3c59c7243ad1e75243446f5c229 (patch)
tree1a110fa9fa982e746b1969458c5b9d373c70a38c /MarkdownTest/Tests_2004/Inline HTML (Simple).text-out
parentf94cfcb46cac5900c86c14ab81db9aac90978889 (diff)
downloadmarkdown-d11b75301624f3c59c7243ad1e75243446f5c229.tar.gz
Upgrade markdown to 3.4.1
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update markdown For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: I96b25097329b04dcfd580791826971ce299c12f1
Diffstat (limited to 'MarkdownTest/Tests_2004/Inline HTML (Simple).text-out')
-rw-r--r--MarkdownTest/Tests_2004/Inline HTML (Simple).text-out59
1 files changed, 0 insertions, 59 deletions
diff --git a/MarkdownTest/Tests_2004/Inline HTML (Simple).text-out b/MarkdownTest/Tests_2004/Inline HTML (Simple).text-out
deleted file mode 100644
index a5022e0..0000000
--- a/MarkdownTest/Tests_2004/Inline HTML (Simple).text-out
+++ /dev/null
@@ -1,59 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<html>
-<head>
-<meta name="generator" content=
-"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org">
-<title></title>
-</head>
-<body>
-<p>Here's a simple block:</p>
-<div>foo</div>
-<p>This should be a code block, though:</p>
-<pre>
-<code>&lt;div&gt;
- foo
-&lt;/div&gt;
-</code>
-</pre>
-<p>As should this:</p>
-<pre>
-<code>&lt;div&gt;foo&lt;/div&gt;
-</code>
-</pre>
-<p>Now, nested:</p>
-<div>
-<div>
-<div>foo</div>
-</div>
-</div>
-<p>This should just be an HTML comment:</p>
-<!-- Comment -->
-<p>Multiline:</p>
-<!--
-Blah
-Blah
--->
-<p>Code block:</p>
-<pre>
-<code>&lt;!-- Comment --&gt;
-</code>
-</pre>
-<p>Just plain comment, with trailing spaces on the line:</p>
-<!-- foo -->
-<p>Code:</p>
-<pre>
-<code>&lt;hr /&gt;
-</code>
-</pre>
-<p>Hr's:</p>
-<hr>
-<hr>
-<hr>
-<hr>
-<hr>
-<hr>
-<hr class="foo" id="bar">
-<hr class="foo" id="bar">
-<hr class="foo" id="bar">
-</body>
-</html>