Skip to content

Commit

Permalink
Improve display of built-in filters list in the book
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed May 15, 2024
1 parent f9d0311 commit e78c48e
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions book/src/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,27 @@ Enable it with Cargo features (see below for more information).
**Table of contents**

* **[Built-in filters][#built-in-filters]:**
[`abs`][#abs],
[`as_ref`][#as_ref],
[`capitalize`][#capitalize],
[`center`][#center],
[`deref`][#deref],
[`escape|e`][#escape],
[`filesizeformat`][#filesizeformat],
[`fmt`][#fmt],
[`format`][#format],
[`indent`][#indent],
[`join`][#join],
[`linebreaks`][#linebreaks],
[`linebreaksbr`][#linebreaksbr],
[`lower|lowercase`][#lower],
[`safe`][#safe],
[`title`][#title],
[`trim`][#trim],
[`truncate`][#truncate],
[`upper|uppercase`][#upper],
[`wordcount`][#wordcount]

* [`abs`][#abs]
* [`as_ref`][#as_ref]
* [`capitalize`][#capitalize]
* [`center`][#center]
* [`deref`][#deref]
* [`escape|e`][#escape]
* [`filesizeformat`][#filesizeformat]
* [`fmt`][#fmt]
* [`format`][#format]
* [`indent`][#indent]
* [`join`][#join]
* [`linebreaks`][#linebreaks]
* [`linebreaksbr`][#linebreaksbr]
* [`lower|lowercase`][#lower]
* [`safe`][#safe]
* [`title`][#title]
* [`trim`][#trim]
* [`truncate`][#truncate]
* [`upper|uppercase`][#upper]
* [`wordcount`][#wordcount]

* **[Optional / feature gated filters][#optional-filters]:**
[`json|tojson`][#json],
Expand Down

0 comments on commit e78c48e

Please sign in to comment.