diff --git a/demo/demo1/templates/sectionWithSubsections/pageLinkingExample/index.md.twig b/demo/demo1/templates/sectionWithSubsections/pageLinkingExample/index.md.twig
index b9bacff4..3f8d09a4 100644
--- a/demo/demo1/templates/sectionWithSubsections/pageLinkingExample/index.md.twig
+++ b/demo/demo1/templates/sectionWithSubsections/pageLinkingExample/index.md.twig
@@ -3,12 +3,9 @@
{{ "Page linking example" | textToHeading('H1') }}
-1) InvalidArgumentException - create a reference by short class name
-
-2) Doctrine\Common\Annotations\AnnotationException - creating a reference by full class name
-
-3) Class map - create a link to another page
-
-4) /demo/demo1/docs/sectionWithSubsections/classListExample/index.md - creating a link by file path
-
-5) /demo/demo1/docs/sectionWithSubsections/classListExample/index2.md - non-exists link case
+1) [a]InvalidArgumentException[/a] - create a reference by short class name
+2) [a]Doctrine\Common\Annotations\AnnotationException[/a] - creating a reference by full class name
+3) [a x-title='Custom title']Doctrine\Common\Annotations\AnnotationException[/a] - creating a reference by full class name with custom title
+4) [a]Class map[/a] - create a link to another page
+5) [a]/demo/demo1/docs/sectionWithSubsections/classListExample/index.md[/a] - creating a link by file path
+6) [a]/demo/demo1/docs/sectionWithSubsections/classListExample/index2.md[/a] - non-exists link case