@@ -283,7 +283,7 @@ With content:
283283 A placeholder.
284284 </twig:Turbo: Frame>
285285
286-
286+ {# renders as: #}
287287 <turbo-frame id="the_frame_id" src="https://example.com/block">
288288 A placeholder.
289289 </turbo-frame>
@@ -1050,7 +1050,7 @@ Meta Tags
10501050~~~~~~~~~
10511051
10521052turbo_exempts_page_from_cache
1053- ...............................
1053+ .............................
10541054
10551055.. code-block :: twig
10561056
@@ -1059,7 +1059,7 @@ turbo_exempts_page_from_cache
10591059 Generates a <meta> tag to disable caching of a page.
10601060
10611061turbo_exempts_page_from_preview
1062- .................................
1062+ ...............................
10631063
10641064.. code-block :: twig
10651065
@@ -1068,7 +1068,7 @@ turbo_exempts_page_from_preview
10681068 Generates a <meta> tag to specify cached version of the page should not be shown as a preview on regular navigation visits.
10691069
10701070turbo_page_requires_reload
1071- ............................
1071+ ..........................
10721072
10731073.. code-block :: twig
10741074
@@ -1077,7 +1077,7 @@ turbo_page_requires_reload
10771077 Generates a <meta> tag to force a full page reload.
10781078
10791079turbo_refreshes_with
1080- ............................
1080+ ....................
10811081
10821082.. code-block :: twig
10831083
@@ -1091,7 +1091,7 @@ turbo_refreshes_with
10911091Generates <meta> tags to configure both the refresh method and scroll behavior for page refreshes.
10921092
10931093turbo_refresh_method
1094- ......................
1094+ ....................
10951095
10961096.. code-block :: twig
10971097
@@ -1103,7 +1103,7 @@ turbo_refresh_method
11031103Generates a <meta> tag to configure the refresh method for page refreshes.
11041104
11051105turbo_refresh_scroll
1106- ......................
1106+ ....................
11071107
11081108.. code-block :: twig
11091109
0 commit comments