Update website
This commit is contained in:
parent
4413528994
commit
1d90fbf296
6865 changed files with 1091082 additions and 0 deletions
21
vendor/doctrine/rst-parser/tests/BuilderReferences/expected/index.html
vendored
Normal file
21
vendor/doctrine/rst-parser/tests/BuilderReferences/expected/index.html
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="section" id="references">
|
||||
<h1>
|
||||
References
|
||||
</h1>
|
||||
<p>Test <a href="reference.html">referencing a document</a></p>
|
||||
<p>Test <a href="reference.html#test_anchor">referencing an anchor in another document</a></p>
|
||||
<p>Test referencing a <a href="index.html#sub-section">Sub section</a> and Some Sub Section (invalid)</p>
|
||||
<div class="section" id="sub-section">
|
||||
<h2>
|
||||
Sub section
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue