File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
tests/Integration/tests/inline-combinations Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!-- content start -->
2
+ < div class ="section " id ="document-title ">
3
+ < a id ="start "> </ a >
4
+ < h1 > Document Title</ h1 >
5
+
6
+ < p > Lorem Ipsum Dolor.</ p >
7
+ < p > < strong > all</ strong >  < a href ="/index.html#start "> data</ a > </ p >
8
+ < p > < em > all</ em >  < a href ="/index.html#start "> data</ a > </ p >
9
+ < p > < strong > bold</ strong > and < em > italic</ em > </ p >
10
+ < p > < strong > bold</ strong >  < em > italic</ em > </ p >
11
+ </ div >
12
+
13
+ <!-- content end -->
Original file line number Diff line number Diff line change
1
+ .. _start :
2
+
3
+ ==============
4
+ Document Title
5
+ ==============
6
+
7
+ Lorem Ipsum Dolor.
8
+
9
+ **all ** :ref: `data <start >`
10
+
11
+ *all * :ref: `data <start >`
12
+
13
+ **bold ** and *italic *
14
+
15
+ **bold ** *italic *
You can’t perform that action at this time.
0 commit comments