Added Polymer
This commit is contained in:
3
rpg-docs/public/bower_components/marked/test/new/autolink_lines.html
vendored
Normal file
3
rpg-docs/public/bower_components/marked/test/new/autolink_lines.html
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<p>hello world
|
||||
<a href="http://example.com">http://example.com</a>
|
||||
</p>
|
||||
2
rpg-docs/public/bower_components/marked/test/new/autolink_lines.text
vendored
Normal file
2
rpg-docs/public/bower_components/marked/test/new/autolink_lines.text
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
hello world
|
||||
<http://example.com>
|
||||
3
rpg-docs/public/bower_components/marked/test/new/blockquote_list_item.html
vendored
Normal file
3
rpg-docs/public/bower_components/marked/test/new/blockquote_list_item.html
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<p>This fails in markdown.pl and upskirt:</p>
|
||||
|
||||
<ul><li>hello<blockquote><p>world</p></blockquote></li></ul>
|
||||
4
rpg-docs/public/bower_components/marked/test/new/blockquote_list_item.text
vendored
Normal file
4
rpg-docs/public/bower_components/marked/test/new/blockquote_list_item.text
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
This fails in markdown.pl and upskirt:
|
||||
|
||||
* hello
|
||||
> world
|
||||
1
rpg-docs/public/bower_components/marked/test/new/case_insensitive_refs.html
vendored
Normal file
1
rpg-docs/public/bower_components/marked/test/new/case_insensitive_refs.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<p><a href="/url">hi</a></p>
|
||||
3
rpg-docs/public/bower_components/marked/test/new/case_insensitive_refs.text
vendored
Normal file
3
rpg-docs/public/bower_components/marked/test/new/case_insensitive_refs.text
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[hi]
|
||||
|
||||
[HI]: /url
|
||||
28
rpg-docs/public/bower_components/marked/test/new/def_blocks.html
vendored
Normal file
28
rpg-docs/public/bower_components/marked/test/new/def_blocks.html
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<blockquote>
|
||||
<p>hello
|
||||
[1]: hello</p>
|
||||
</blockquote>
|
||||
|
||||
<hr>
|
||||
|
||||
<blockquote>
|
||||
<p>hello</p>
|
||||
</blockquote>
|
||||
|
||||
|
||||
<ul>
|
||||
<li>hello</li>
|
||||
<li>[3]: hello</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<ul>
|
||||
<li>hello</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<blockquote>
|
||||
<p>foo
|
||||
bar
|
||||
bar</p>
|
||||
</blockquote>
|
||||
21
rpg-docs/public/bower_components/marked/test/new/def_blocks.text
vendored
Normal file
21
rpg-docs/public/bower_components/marked/test/new/def_blocks.text
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
> hello
|
||||
> [1]: hello
|
||||
|
||||
* * *
|
||||
|
||||
> hello
|
||||
[2]: hello
|
||||
|
||||
|
||||
* hello
|
||||
* [3]: hello
|
||||
|
||||
|
||||
* hello
|
||||
[4]: hello
|
||||
|
||||
|
||||
> foo
|
||||
> bar
|
||||
[1]: foo
|
||||
> bar
|
||||
5
rpg-docs/public/bower_components/marked/test/new/double_link.html
vendored
Normal file
5
rpg-docs/public/bower_components/marked/test/new/double_link.html
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<p>Already linked: <a href="http://example.com/">http://example.com/</a>.</p>
|
||||
|
||||
<p>Already linked: <a href="http://example.com/">http://example.com/</a>.</p>
|
||||
|
||||
<p>Already linked: <a href="http://example.com/"><strong>http://example.com/</strong></a>.</p>
|
||||
5
rpg-docs/public/bower_components/marked/test/new/double_link.text
vendored
Normal file
5
rpg-docs/public/bower_components/marked/test/new/double_link.text
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<p>Already linked: <a href="http://example.com/">http://example.com/</a>.</p>
|
||||
|
||||
Already linked: [http://example.com/](http://example.com/).
|
||||
|
||||
Already linked: <a href="http://example.com/">**http://example.com/**</a>.
|
||||
1
rpg-docs/public/bower_components/marked/test/new/escaped_angles.html
vendored
Normal file
1
rpg-docs/public/bower_components/marked/test/new/escaped_angles.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<p>></p>
|
||||
1
rpg-docs/public/bower_components/marked/test/new/escaped_angles.text
vendored
Normal file
1
rpg-docs/public/bower_components/marked/test/new/escaped_angles.text
vendored
Normal file
@@ -0,0 +1 @@
|
||||
\>
|
||||
1
rpg-docs/public/bower_components/marked/test/new/gfm_break.breaks.html
vendored
Normal file
1
rpg-docs/public/bower_components/marked/test/new/gfm_break.breaks.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<p>Look at the<br>pretty line<br>breaks.</p>
|
||||
3
rpg-docs/public/bower_components/marked/test/new/gfm_break.breaks.text
vendored
Normal file
3
rpg-docs/public/bower_components/marked/test/new/gfm_break.breaks.text
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
Look at the
|
||||
pretty line
|
||||
breaks.
|
||||
5
rpg-docs/public/bower_components/marked/test/new/gfm_code.html
vendored
Normal file
5
rpg-docs/public/bower_components/marked/test/new/gfm_code.html
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<pre><code class="lang-js">var a = 'hello';
|
||||
console.log(a + ' world');</code></pre>
|
||||
<pre><code class="lang-bash">echo "hello, ${WORLD}"</code></pre>
|
||||
<pre><code class="lang-longfence">Q: What do you call a tall person who sells stolen goods?</code></pre>
|
||||
<pre><code class="lang-ManyTildes">A longfence!</code></pre>
|
||||
16
rpg-docs/public/bower_components/marked/test/new/gfm_code.text
vendored
Normal file
16
rpg-docs/public/bower_components/marked/test/new/gfm_code.text
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
``` js
|
||||
var a = 'hello';
|
||||
console.log(a + ' world');
|
||||
```
|
||||
|
||||
~~~bash
|
||||
echo "hello, ${WORLD}"
|
||||
~~~
|
||||
|
||||
```````longfence
|
||||
Q: What do you call a tall person who sells stolen goods?
|
||||
```````
|
||||
|
||||
~~~~~~~~~~ ManyTildes
|
||||
A longfence!
|
||||
~~~~~~~~~~
|
||||
52
rpg-docs/public/bower_components/marked/test/new/gfm_code_hr_list.html
vendored
Normal file
52
rpg-docs/public/bower_components/marked/test/new/gfm_code_hr_list.html
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
<h2 id="foo">foo</h2>
|
||||
<ol>
|
||||
<li><p>bar:</p>
|
||||
<blockquote>
|
||||
<ul>
|
||||
<li>one<ul>
|
||||
<li>two<ul>
|
||||
<li>three</li>
|
||||
<li>four</li>
|
||||
<li>five</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
</li>
|
||||
<li><p>foo:</p>
|
||||
<pre><code> line 1
|
||||
line 2</code></pre>
|
||||
</li>
|
||||
<li><p>foo:</p>
|
||||
<ol>
|
||||
<li><p>foo <code>bar</code> bar:</p>
|
||||
<pre><code class="lang-erb"> some code here
|
||||
</code></pre>
|
||||
</li>
|
||||
<li><p>foo <code>bar</code> bar:</p>
|
||||
<pre><code class="lang-erb"> foo
|
||||
---
|
||||
bar
|
||||
---
|
||||
foo
|
||||
bar</code></pre>
|
||||
</li>
|
||||
<li><p>foo <code>bar</code> bar:</p>
|
||||
<pre><code class="lang-html"> ---
|
||||
foo
|
||||
foo
|
||||
---
|
||||
bar</code></pre>
|
||||
</li>
|
||||
<li><p>foo <code>bar</code> bar:</p>
|
||||
<pre><code> foo
|
||||
---
|
||||
bar</code></pre>
|
||||
</li>
|
||||
<li><p>foo</p>
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
</ol>
|
||||
53
rpg-docs/public/bower_components/marked/test/new/gfm_code_hr_list.text
vendored
Normal file
53
rpg-docs/public/bower_components/marked/test/new/gfm_code_hr_list.text
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
## foo
|
||||
|
||||
1. bar:
|
||||
|
||||
> - one
|
||||
- two
|
||||
- three
|
||||
- four
|
||||
- five
|
||||
|
||||
1. foo:
|
||||
|
||||
```
|
||||
line 1
|
||||
line 2
|
||||
```
|
||||
|
||||
1. foo:
|
||||
|
||||
1. foo `bar` bar:
|
||||
|
||||
``` erb
|
||||
some code here
|
||||
```
|
||||
|
||||
2. foo `bar` bar:
|
||||
|
||||
``` erb
|
||||
foo
|
||||
---
|
||||
bar
|
||||
---
|
||||
foo
|
||||
bar
|
||||
```
|
||||
|
||||
3. foo `bar` bar:
|
||||
|
||||
``` html
|
||||
---
|
||||
foo
|
||||
foo
|
||||
---
|
||||
bar
|
||||
```
|
||||
|
||||
4. foo `bar` bar:
|
||||
|
||||
foo
|
||||
---
|
||||
bar
|
||||
|
||||
5. foo
|
||||
1
rpg-docs/public/bower_components/marked/test/new/gfm_del.html
vendored
Normal file
1
rpg-docs/public/bower_components/marked/test/new/gfm_del.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<p>hello <del>hi</del> world</p>
|
||||
1
rpg-docs/public/bower_components/marked/test/new/gfm_del.text
vendored
Normal file
1
rpg-docs/public/bower_components/marked/test/new/gfm_del.text
vendored
Normal file
@@ -0,0 +1 @@
|
||||
hello ~~hi~~ world
|
||||
1
rpg-docs/public/bower_components/marked/test/new/gfm_em.html
vendored
Normal file
1
rpg-docs/public/bower_components/marked/test/new/gfm_em.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<p>These words should_not_be_emphasized.</p>
|
||||
1
rpg-docs/public/bower_components/marked/test/new/gfm_em.text
vendored
Normal file
1
rpg-docs/public/bower_components/marked/test/new/gfm_em.text
vendored
Normal file
@@ -0,0 +1 @@
|
||||
These words should_not_be_emphasized.
|
||||
2
rpg-docs/public/bower_components/marked/test/new/gfm_links.html
vendored
Normal file
2
rpg-docs/public/bower_components/marked/test/new/gfm_links.html
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
<p>This should be a link:
|
||||
<a href="http://example.com/hello-world">http://example.com/hello-world</a>.</p>
|
||||
1
rpg-docs/public/bower_components/marked/test/new/gfm_links.text
vendored
Normal file
1
rpg-docs/public/bower_components/marked/test/new/gfm_links.text
vendored
Normal file
@@ -0,0 +1 @@
|
||||
This should be a link: http://example.com/hello-world.
|
||||
37
rpg-docs/public/bower_components/marked/test/new/gfm_tables.html
vendored
Normal file
37
rpg-docs/public/bower_components/marked/test/new/gfm_tables.html
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Heading 1</th><th>Heading 2</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td>Cell 1</td><td>Cell 2</td></tr>
|
||||
<tr><td>Cell 3</td><td>Cell 4</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th style="text-align:center">Header 1</th><th style="text-align:right">Header 2</th><th style="text-align:left">Header 3</th><th>Header 4</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td style="text-align:center">Cell 1</td><td style="text-align:right">Cell 2</td><td style="text-align:left">Cell 3</td><td>Cell 4</td></tr>
|
||||
<tr><td style="text-align:center">Cell 5</td><td style="text-align:right">Cell 6</td><td style="text-align:left">Cell 7</td><td>Cell 8</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<pre><code>Test code</code></pre>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Header 1</th><th>Header 2</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td>Cell 1</td><td>Cell 2</td></tr>
|
||||
<tr><td>Cell 3</td><td>Cell 4</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th style="text-align:left">Header 1</th><th style="text-align:center">Header 2</th><th style="text-align:right">Header 3</th><th>Header 4</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td style="text-align:left">Cell 1</td><td style="text-align:center">Cell 2</td><td style="text-align:right">Cell 3</td><td>Cell 4</td></tr>
|
||||
<tr><td style="text-align:left"><em>Cell 5</em></td><td style="text-align:center">Cell 6</td><td style="text-align:right">Cell 7</td><td>Cell 8</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
21
rpg-docs/public/bower_components/marked/test/new/gfm_tables.text
vendored
Normal file
21
rpg-docs/public/bower_components/marked/test/new/gfm_tables.text
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
| Heading 1 | Heading 2
|
||||
| --------- | ---------
|
||||
| Cell 1 | Cell 2
|
||||
| Cell 3 | Cell 4
|
||||
|
||||
| Header 1 | Header 2 | Header 3 | Header 4 |
|
||||
| :------: | -------: | :------- | -------- |
|
||||
| Cell 1 | Cell 2 | Cell 3 | Cell 4 |
|
||||
| Cell 5 | Cell 6 | Cell 7 | Cell 8 |
|
||||
|
||||
Test code
|
||||
|
||||
Header 1 | Header 2
|
||||
-------- | --------
|
||||
Cell 1 | Cell 2
|
||||
Cell 3 | Cell 4
|
||||
|
||||
Header 1|Header 2|Header 3|Header 4
|
||||
:-------|:------:|-------:|--------
|
||||
Cell 1 |Cell 2 |Cell 3 |Cell 4
|
||||
*Cell 5*|Cell 6 |Cell 7 |Cell 8
|
||||
10
rpg-docs/public/bower_components/marked/test/new/hr_list_break.html
vendored
Normal file
10
rpg-docs/public/bower_components/marked/test/new/hr_list_break.html
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<ul>
|
||||
<li>hello
|
||||
world</li>
|
||||
<li>how
|
||||
are</li>
|
||||
</ul>
|
||||
|
||||
<hr>
|
||||
|
||||
<p>you today?</p>
|
||||
6
rpg-docs/public/bower_components/marked/test/new/hr_list_break.text
vendored
Normal file
6
rpg-docs/public/bower_components/marked/test/new/hr_list_break.text
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
* hello
|
||||
world
|
||||
* how
|
||||
are
|
||||
* * *
|
||||
you today?
|
||||
4
rpg-docs/public/bower_components/marked/test/new/lazy_blockquotes.html
vendored
Normal file
4
rpg-docs/public/bower_components/marked/test/new/lazy_blockquotes.html
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<blockquote>
|
||||
<p>hi there
|
||||
bud</p>
|
||||
</blockquote>
|
||||
2
rpg-docs/public/bower_components/marked/test/new/lazy_blockquotes.text
vendored
Normal file
2
rpg-docs/public/bower_components/marked/test/new/lazy_blockquotes.text
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
> hi there
|
||||
bud
|
||||
1
rpg-docs/public/bower_components/marked/test/new/list_item_text.html
vendored
Normal file
1
rpg-docs/public/bower_components/marked/test/new/list_item_text.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<ul><li><p>item1</p> <ul><li>item2 </li></ul> <p>text</p> </li></ul>
|
||||
5
rpg-docs/public/bower_components/marked/test/new/list_item_text.text
vendored
Normal file
5
rpg-docs/public/bower_components/marked/test/new/list_item_text.text
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
* item1
|
||||
|
||||
* item2
|
||||
|
||||
text
|
||||
62
rpg-docs/public/bower_components/marked/test/new/loose_lists.html
vendored
Normal file
62
rpg-docs/public/bower_components/marked/test/new/loose_lists.html
vendored
Normal file
@@ -0,0 +1,62 @@
|
||||
<ul>
|
||||
<li><p>hello
|
||||
world </p>
|
||||
|
||||
<p>how
|
||||
are</p></li>
|
||||
<li>you </li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<p>better behavior:</p>
|
||||
|
||||
<ul><li><p>hello</p> <ul><li><p>world
|
||||
how</p> <p>are
|
||||
you</p></li><li><p>today</p></li></ul></li><li>hi</li></ul>
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
<li><p>hello</p></li>
|
||||
<li><p>world</p></li>
|
||||
<li>hi</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
<li>hello</li>
|
||||
<li><p>world</p></li>
|
||||
<li><p>hi</p></li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
<li>hello</li>
|
||||
<li><p>world</p>
|
||||
|
||||
<p>how</p></li>
|
||||
<li>hi</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
<li>hello</li>
|
||||
<li>world</li>
|
||||
<li><p>how</p>
|
||||
|
||||
<p>are</p></li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
<li>hello</li>
|
||||
<li><p>world</p></li>
|
||||
<li><p>how</p>
|
||||
|
||||
<p>are</p></li>
|
||||
</ul>
|
||||
59
rpg-docs/public/bower_components/marked/test/new/loose_lists.text
vendored
Normal file
59
rpg-docs/public/bower_components/marked/test/new/loose_lists.text
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
* hello
|
||||
world
|
||||
|
||||
how
|
||||
are
|
||||
* you
|
||||
|
||||
|
||||
|
||||
better behavior:
|
||||
|
||||
* hello
|
||||
* world
|
||||
how
|
||||
|
||||
are
|
||||
you
|
||||
|
||||
* today
|
||||
* hi
|
||||
|
||||
|
||||
|
||||
* hello
|
||||
|
||||
* world
|
||||
* hi
|
||||
|
||||
|
||||
|
||||
* hello
|
||||
* world
|
||||
|
||||
* hi
|
||||
|
||||
|
||||
|
||||
* hello
|
||||
* world
|
||||
|
||||
how
|
||||
* hi
|
||||
|
||||
|
||||
|
||||
* hello
|
||||
* world
|
||||
* how
|
||||
|
||||
are
|
||||
|
||||
|
||||
|
||||
* hello
|
||||
* world
|
||||
|
||||
* how
|
||||
|
||||
are
|
||||
4
rpg-docs/public/bower_components/marked/test/new/main.html
vendored
Normal file
4
rpg-docs/public/bower_components/marked/test/new/main.html
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<h1 id="a-heading">A heading</h1> <p>Just a note, I've found that I can't test my markdown parser vs others. For example, both markdown.js and showdown code blocks in lists wrong. They're also completely <a href="http://google.com/" title="Google">inconsistent</a> with regards to paragraphs in list items.</p> <p>A link. Not anymore.</p> <aside>This will make me fail the test because
|
||||
markdown.js doesnt acknowledge arbitrary html blocks =/</aside> <ul><li><p>List Item 1</p></li><li><p>List Item 2 </p><ul><li>New List Item 1 Hi, this is a list item.</li><li>New List Item 2 Another item <pre><code>Code goes here.
|
||||
Lots of it...</code></pre></li><li>New List Item 3 The last item</li></ul></li><li><p>List Item 3 The final item.</p></li><li><p>List Item 4 The real final item.</p></li></ul> <p>Paragraph.</p> <blockquote><ul><li>bq Item 1</li><li>bq Item 2 <ul><li>New bq Item 1</li><li>New bq Item 2 Text here</li></ul></li></ul></blockquote> <hr> <blockquote><p> Another blockquote! I really need to get more creative with mockup text.. markdown.js breaks here again</p></blockquote> <h2 id="another-heading">Another Heading</h2> <p>Hello <em>world</em>. Here is a <a href="//hello">link</a>. And an image <img src="src" alt="alt">.</p> <pre><code>Code goes here.
|
||||
Lots of it...</code></pre>
|
||||
55
rpg-docs/public/bower_components/marked/test/new/main.text
vendored
Normal file
55
rpg-docs/public/bower_components/marked/test/new/main.text
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
[test]: http://google.com/ "Google"
|
||||
|
||||
# A heading
|
||||
|
||||
Just a note, I've found that I can't test my markdown parser vs others.
|
||||
For example, both markdown.js and showdown code blocks in lists wrong. They're
|
||||
also completely [inconsistent][test] with regards to paragraphs in list items.
|
||||
|
||||
A link. Not anymore.
|
||||
|
||||
<aside>This will make me fail the test because
|
||||
markdown.js doesnt acknowledge arbitrary html blocks =/</aside>
|
||||
|
||||
* List Item 1
|
||||
|
||||
* List Item 2
|
||||
* New List Item 1
|
||||
Hi, this is a list item.
|
||||
* New List Item 2
|
||||
Another item
|
||||
Code goes here.
|
||||
Lots of it...
|
||||
* New List Item 3
|
||||
The last item
|
||||
|
||||
* List Item 3
|
||||
The final item.
|
||||
|
||||
* List Item 4
|
||||
The real final item.
|
||||
|
||||
Paragraph.
|
||||
|
||||
> * bq Item 1
|
||||
> * bq Item 2
|
||||
> * New bq Item 1
|
||||
> * New bq Item 2
|
||||
> Text here
|
||||
|
||||
* * *
|
||||
|
||||
> Another blockquote!
|
||||
> I really need to get
|
||||
> more creative with
|
||||
> mockup text..
|
||||
> markdown.js breaks here again
|
||||
|
||||
Another Heading
|
||||
-------------
|
||||
|
||||
Hello *world*. Here is a [link](//hello).
|
||||
And an image .
|
||||
|
||||
Code goes here.
|
||||
Lots of it...
|
||||
1
rpg-docs/public/bower_components/marked/test/new/nested_code.html
vendored
Normal file
1
rpg-docs/public/bower_components/marked/test/new/nested_code.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<p><code>hi ther `` ok ```</code></p>
|
||||
1
rpg-docs/public/bower_components/marked/test/new/nested_code.text
vendored
Normal file
1
rpg-docs/public/bower_components/marked/test/new/nested_code.text
vendored
Normal file
@@ -0,0 +1 @@
|
||||
````` hi ther `` ok ``` `````
|
||||
3
rpg-docs/public/bower_components/marked/test/new/nested_em.html
vendored
Normal file
3
rpg-docs/public/bower_components/marked/test/new/nested_em.html
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<p><em>test <strong>test</strong> test</em></p>
|
||||
|
||||
<p><em>test <strong>test</strong> test</em></p>
|
||||
3
rpg-docs/public/bower_components/marked/test/new/nested_em.text
vendored
Normal file
3
rpg-docs/public/bower_components/marked/test/new/nested_em.text
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*test **test** test*
|
||||
|
||||
_test __test__ test_
|
||||
1
rpg-docs/public/bower_components/marked/test/new/nested_square_link.html
vendored
Normal file
1
rpg-docs/public/bower_components/marked/test/new/nested_square_link.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<p><a href="/url">the <code>]</code> character</a></p>
|
||||
1
rpg-docs/public/bower_components/marked/test/new/nested_square_link.text
vendored
Normal file
1
rpg-docs/public/bower_components/marked/test/new/nested_square_link.text
vendored
Normal file
@@ -0,0 +1 @@
|
||||
[the `]` character](/url)
|
||||
1
rpg-docs/public/bower_components/marked/test/new/not_a_link.html
vendored
Normal file
1
rpg-docs/public/bower_components/marked/test/new/not_a_link.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<p>[test](not a link)</p>
|
||||
1
rpg-docs/public/bower_components/marked/test/new/not_a_link.text
vendored
Normal file
1
rpg-docs/public/bower_components/marked/test/new/not_a_link.text
vendored
Normal file
@@ -0,0 +1 @@
|
||||
\[test](not a link)
|
||||
1
rpg-docs/public/bower_components/marked/test/new/ref_paren.html
vendored
Normal file
1
rpg-docs/public/bower_components/marked/test/new/ref_paren.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<p><a href="/url" title="there">hi</a></p>
|
||||
3
rpg-docs/public/bower_components/marked/test/new/ref_paren.text
vendored
Normal file
3
rpg-docs/public/bower_components/marked/test/new/ref_paren.text
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[hi]
|
||||
|
||||
[hi]: /url (there)
|
||||
5
rpg-docs/public/bower_components/marked/test/new/same_bullet.html
vendored
Normal file
5
rpg-docs/public/bower_components/marked/test/new/same_bullet.html
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<ul>
|
||||
<li>test</li>
|
||||
<li>test</li>
|
||||
<li>test</li>
|
||||
</ul>
|
||||
3
rpg-docs/public/bower_components/marked/test/new/same_bullet.text
vendored
Normal file
3
rpg-docs/public/bower_components/marked/test/new/same_bullet.text
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
* test
|
||||
+ test
|
||||
- test
|
||||
6
rpg-docs/public/bower_components/marked/test/new/text.smartypants.html
vendored
Normal file
6
rpg-docs/public/bower_components/marked/test/new/text.smartypants.html
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<p>Hello world ‘how’ “are” you — today…</p>
|
||||
|
||||
<p>“It’s a more ‘challenging’ smartypants test…”</p>
|
||||
|
||||
<p>‘And,’ as a bonus — “one
|
||||
multiline” test!</p>
|
||||
6
rpg-docs/public/bower_components/marked/test/new/text.smartypants.text
vendored
Normal file
6
rpg-docs/public/bower_components/marked/test/new/text.smartypants.text
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
Hello world 'how' "are" you -- today...
|
||||
|
||||
"It's a more 'challenging' smartypants test..."
|
||||
|
||||
'And,' as a bonus -- "one
|
||||
multiline" test!
|
||||
34
rpg-docs/public/bower_components/marked/test/new/toplevel_paragraphs.gfm.html
vendored
Normal file
34
rpg-docs/public/bower_components/marked/test/new/toplevel_paragraphs.gfm.html
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
<p>hello world
|
||||
how are you
|
||||
how are you</p>
|
||||
|
||||
<p>hello world</p>
|
||||
<pre><code>how are you</code></pre>
|
||||
|
||||
<p>hello world</p>
|
||||
<hr>
|
||||
|
||||
<p>hello world</p>
|
||||
<h1 id="how-are-you">how are you</h1>
|
||||
|
||||
<p>hello world</p>
|
||||
<h1 id="how-are-you">how are you</h1>
|
||||
|
||||
<p>hello world</p>
|
||||
<blockquote><p>how are you</p></blockquote>
|
||||
|
||||
<p>hello world</p>
|
||||
<ul><li>how are you</li></ul>
|
||||
|
||||
<p>hello world</p>
|
||||
<div>how are you</div>
|
||||
|
||||
<p>hello world
|
||||
<span>how are you</span></p>
|
||||
|
||||
<p>hello <a href="/are/you">world</a>
|
||||
</p>
|
||||
|
||||
<div>hello</div>
|
||||
|
||||
<p><span>hello</span></p>
|
||||
37
rpg-docs/public/bower_components/marked/test/new/toplevel_paragraphs.gfm.text
vendored
Normal file
37
rpg-docs/public/bower_components/marked/test/new/toplevel_paragraphs.gfm.text
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
hello world
|
||||
how are you
|
||||
how are you
|
||||
|
||||
hello world
|
||||
```
|
||||
how are you
|
||||
```
|
||||
|
||||
hello world
|
||||
* * *
|
||||
|
||||
hello world
|
||||
# how are you
|
||||
|
||||
hello world
|
||||
how are you
|
||||
===========
|
||||
|
||||
hello world
|
||||
> how are you
|
||||
|
||||
hello world
|
||||
* how are you
|
||||
|
||||
hello world
|
||||
<div>how are you</div>
|
||||
|
||||
hello world
|
||||
<span>how are you</span>
|
||||
|
||||
hello [world][how]
|
||||
[how]: /are/you
|
||||
|
||||
<div>hello</div>
|
||||
|
||||
<span>hello</span>
|
||||
23
rpg-docs/public/bower_components/marked/test/new/tricky_list.html
vendored
Normal file
23
rpg-docs/public/bower_components/marked/test/new/tricky_list.html
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<p><strong>hello</strong> <em>world</em></p>
|
||||
|
||||
<ul>
|
||||
<li>hello world</li>
|
||||
</ul>
|
||||
|
||||
<p><strong>hello</strong> <em>world</em></p>
|
||||
|
||||
<ul>
|
||||
<li>hello world</li>
|
||||
</ul>
|
||||
|
||||
<p><strong>hello</strong> <em>world</em></p>
|
||||
|
||||
<ul>
|
||||
<li>Hello world</li>
|
||||
</ul>
|
||||
|
||||
<p><strong>hello</strong> <em>world</em></p>
|
||||
|
||||
<ul>
|
||||
<li>hello world</li>
|
||||
</ul>
|
||||
15
rpg-docs/public/bower_components/marked/test/new/tricky_list.text
vendored
Normal file
15
rpg-docs/public/bower_components/marked/test/new/tricky_list.text
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
**hello** _world_
|
||||
|
||||
* hello world
|
||||
|
||||
**hello** _world_
|
||||
|
||||
* hello world
|
||||
|
||||
**hello** _world_
|
||||
|
||||
* Hello world
|
||||
|
||||
**hello** _world_
|
||||
|
||||
* hello world
|
||||
Reference in New Issue
Block a user