File tree Expand file tree Collapse file tree 1 file changed +16
-11
lines changed
tests/fixtures/expected/build-pdf Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Original file line number Diff line number Diff line change 2
2
< head > < title > book</ title > </ head >
3
3
< body >
4
4
< div id ="book-index ">
5
- < div class ="section " id =" book-index-book " >
6
- < h1 > Book</ h1 >
5
+ < div class ="section ">
6
+ < h1 id =" book-index-book " > < a class =" headerlink " href =" #book " title =" Permalink to this headline " > Book</ a > </ h1 >
7
7
< img src ="_images/symfony-logo.png ">
8
- < p > Here is a link to the < em > main index</ em > < span
9
- class ="footnote "> < code > https://symfony.com/doc/4.0/index.html</ code > </ span >
10
- </ p >
8
+ < p > Here is a link to the < a href ="#index " class ="reference internal "> main index</ a > </ p >
11
9
< div class ="toctree-wrapper compound ">
12
10
< ul >
13
- < li > < a href ="#book-first-page-first-page "> First page</ a > </ li >
14
- < li > < a href ="#book-second-page-second-page "> Second page</ a > </ li >
11
+ < li > < a href ="https://symfony.com/doc/4.0/book/first-page.html#first-page "> First page</ a > </ li >
12
+ < li > < a href ="https://symfony.com/doc/4.0/book/second-page.html#second-page "> Second page</ a > </ li >
13
+
15
14
</ ul >
16
15
</ div >
17
16
</ div >
18
17
19
18
</ div >
20
19
< div id ="book-first-page ">
21
- < div class ="section " id ="book-first-page-first-page ">
22
- < h1 > First page</ h1 >
20
+ < div class ="section ">
21
+ < h1 id ="book-first-page-first-page ">
22
+ < a class ="headerlink " href ="#first-page " title ="Permalink to this headline "> First page</ a >
23
+ </ h1 >
24
+
23
25
</ div >
24
26
25
27
</ div >
26
28
< div id ="book-second-page ">
27
- < div class ="section " id ="book-second-page-second-page ">
28
- < h1 > Second page</ h1 >
29
+ < div class ="section ">
30
+ < h1 id ="book-second-page-second-page ">
31
+ < a class ="headerlink " href ="#second-page " title ="Permalink to this headline "> Second page</ a >
32
+ </ h1 >
33
+
29
34
</ div >
30
35
31
36
</ div >
You can’t perform that action at this time.
0 commit comments