File tree Expand file tree Collapse file tree 3 files changed +29
-2
lines changed
packages/guides-restructured-text/resources/config
tests/Integration/tests/horizontal-line Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 229
229
->tag ('phpdoc.guides.parser.rst.body_element ' , ['priority ' => FieldListRule::PRIORITY ])
230
230
->set (ParagraphRule::class)
231
231
->tag ('phpdoc.guides.parser.rst.body_element ' , ['priority ' => ParagraphRule::PRIORITY ])
232
+ ->set (TransitionRule::class)
233
+ ->tag ('phpdoc.guides.parser.rst.body_element ' , ['priority ' => TransitionRule::PRIORITY ])
232
234
->set (InlineMarkupRule::class)
233
235
->set (TitleRule::class)
234
236
287
289
])
288
290
->tag ('phpdoc.guides.parser.rst.fieldlist ' )
289
291
290
- ->set (TransitionRule::class)
291
- ->tag ('phpdoc.guides.parser.rst.structural_element ' , ['priority ' => TransitionRule::PRIORITY ])
292
292
->set (SectionRule::class)
293
293
->tag ('phpdoc.guides.parser.rst.structural_element ' , ['priority ' => SectionRule::PRIORITY ])
294
294
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < title > Some Document</ title >
5
+
6
+ </ head >
7
+ < body >
8
+ < div class ="section " id ="some-document ">
9
+ < h1 > Some Document</ h1 >
10
+
11
+ < p > Testing separator</ p >
12
+ < hr />
13
+
14
+ < p > Hey!</ p >
15
+ </ div >
16
+
17
+ </ body >
18
+ </ html >
Original file line number Diff line number Diff line change
1
+
2
+ Some Document
3
+ =============
4
+
5
+ Testing separator
6
+
7
+ -------
8
+
9
+ Hey!
You can’t perform that action at this time.
0 commit comments