Skip to content

Commit 17287d1

Browse files
committed
docs: add section "Text Decoration"
1 parent 23be9ec commit 17287d1

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
@@ -161,3 +161,13 @@ Deprecated
161161

162162
.. deprecated:: 4.3.0
163163
Use :php:meth:`CodeIgniter\\Database\\BaseBuilder::setData()` instead.
164+
165+
***************
166+
Text Decoration
167+
***************
168+
169+
As a general rule, we use ``**`` for in-line file paths, and `````` for source code.
170+
171+
E.g.::
172+
173+
Open the **app/Config/Filters.php** file and update the ``$methods`` property like the following:

0 commit comments

Comments
 (0)