mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
Update composer dependencies
This commit is contained in:
parent
255352df62
commit
61d2e8c141
419 changed files with 37794 additions and 5489 deletions
106
vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Emphasis.xhtml
vendored
Normal file
106
vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Emphasis.xhtml
vendored
Normal file
|
|
@ -0,0 +1,106 @@
|
|||
<p>Combined emphasis:</p>
|
||||
|
||||
<ol>
|
||||
<li><strong><em>test test</em></strong></li>
|
||||
<li><strong><em>test test</em></strong></li>
|
||||
<li><em>test <strong>test</strong></em></li>
|
||||
<li><strong>test <em>test</em></strong></li>
|
||||
<li><strong><em>test</em> test</strong></li>
|
||||
<li><em><strong>test</strong> test</em></li>
|
||||
<li><strong><em>test</em> test</strong></li>
|
||||
<li><strong>test <em>test</em></strong></li>
|
||||
<li><em>test <strong>test</strong></em></li>
|
||||
<li><em>test <strong>test</strong></em></li>
|
||||
<li><strong>test <em>test</em></strong></li>
|
||||
<li><strong><em>test</em> test</strong></li>
|
||||
<li><em><strong>test</strong> test</em></li>
|
||||
<li><strong><em>test</em> test</strong></li>
|
||||
<li><strong>test <em>test</em></strong></li>
|
||||
<li><em>test <strong>test</strong></em></li>
|
||||
<li><em>test <strong>test</strong></em></li>
|
||||
<li><strong>test <em>test</em></strong></li>
|
||||
<li><strong><em>test</em> test</strong></li>
|
||||
<li><em><strong>test</strong> test</em></li>
|
||||
<li><strong><em>test</em> test</strong></li>
|
||||
<li><strong>test <em>test</em></strong></li>
|
||||
<li><em>test <strong>test</strong></em></li>
|
||||
<li><em>test <strong>test</strong></em></li>
|
||||
<li><strong>test <em>test</em></strong></li>
|
||||
<li><strong><em>test</em> test</strong></li>
|
||||
<li><em><strong>test</strong> test</em></li>
|
||||
<li><strong><em>test</em> test</strong></li>
|
||||
<li><strong>test <em>test</em></strong></li>
|
||||
<li><em>test <strong>test</strong></em></li>
|
||||
</ol>
|
||||
|
||||
<p>Incorrect nesting:</p>
|
||||
|
||||
<ol>
|
||||
<li>*test <strong>test* test</strong></li>
|
||||
<li>_test <strong>test_ test</strong></li>
|
||||
<li><strong>test *test</strong> test*</li>
|
||||
<li><strong>test _test</strong> test_</li>
|
||||
<li><em>test *test</em> test*</li>
|
||||
<li><em>test _test</em> test_</li>
|
||||
<li><strong>test **test</strong> test**</li>
|
||||
<li><strong>test __test</strong> test__</li>
|
||||
<li>_<strong>some text_</strong></li>
|
||||
<li>*<strong>some text*</strong></li>
|
||||
<li><strong>_some text</strong>_</li>
|
||||
<li>*<strong>some text*</strong></li>
|
||||
</ol>
|
||||
|
||||
<p>No emphasis:</p>
|
||||
|
||||
<ol>
|
||||
<li>test* test *test</li>
|
||||
<li>test** test **test</li>
|
||||
<li>test_ test _test</li>
|
||||
<li>test__ test __test</li>
|
||||
</ol>
|
||||
|
||||
<p>Middle-word emphasis (asterisks):</p>
|
||||
|
||||
<ol>
|
||||
<li><em>a</em>b</li>
|
||||
<li>a<em>b</em></li>
|
||||
<li>a<em>b</em>c</li>
|
||||
<li><strong>a</strong>b</li>
|
||||
<li>a<strong>b</strong></li>
|
||||
<li>a<strong>b</strong>c</li>
|
||||
</ol>
|
||||
|
||||
<p>Middle-word emphasis (underscore):</p>
|
||||
|
||||
<ol>
|
||||
<li>_a_b</li>
|
||||
<li>a_b_</li>
|
||||
<li>a_b_c</li>
|
||||
<li>__a__b</li>
|
||||
<li>a__b__</li>
|
||||
<li>a__b__c</li>
|
||||
</ol>
|
||||
|
||||
<p>my_precious_file.txt</p>
|
||||
|
||||
<h2>Tricky Cases</h2>
|
||||
|
||||
<p>E**. <strong>Test</strong> TestTestTest</p>
|
||||
|
||||
<p>E**. <strong>Test</strong> Test Test Test</p>
|
||||
|
||||
|
||||
<h2>Overlong emphasis</h2>
|
||||
|
||||
<p>Name: ____________<br />
|
||||
Organization: ____<br />
|
||||
Region/Country: __</p>
|
||||
|
||||
<p>_____Cut here_____</p>
|
||||
|
||||
<p>____Cut here____</p>
|
||||
|
||||
|
||||
<h1>Regression</h1>
|
||||
|
||||
<p><em><strong>Note</strong></em>: This <em>is emphasis</em>.</p>
|
||||
Loading…
Add table
Add a link
Reference in a new issue