Skip to content

Commit 23be9ec

Browse files
committed
docs: add literal block marker ::
1 parent d1e091f commit 23be9ec

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

contributing/documentation.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,16 +125,22 @@ You can reference a page like the following::
125125
To a URL
126126
========
127127

128+
::
129+
128130
`CodeIgniter 4 framework <https://github.com/codeigniter4/framework>`_
129131

130132
To a Function
131133
=============
132134

135+
::
136+
133137
:php:func:`dot_array_search()`
134138

135139
To a Method
136140
=============
137141

142+
::
143+
138144
:php:meth:`CodeIgniter\\HTTP\\Response::setCookie()`
139145

140146
****************
@@ -144,10 +150,14 @@ Other Directives
144150
New Feature
145151
===========
146152

153+
::
154+
147155
.. versionadded:: 4.3.0
148156

149157
Deprecated
150158
==========
151159

160+
::
161+
152162
.. deprecated:: 4.3.0
153163
Use :php:meth:`CodeIgniter\\Database\\BaseBuilder::setData()` instead.

0 commit comments

Comments
 (0)