Skip to content

Commit

Permalink
filters.md ajustment (#932)
Browse files Browse the repository at this point in the history
* filters.md ajustment

* insert blank line

---------

Co-authored-by: lawrence_he <[email protected]>
  • Loading branch information
hhhcj and lawrence_he committed Feb 21, 2023
1 parent c820407 commit bde1111
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/reference/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,8 @@ path:
| template | string | template to create request adaptor, please refer the [template](#template-of-builder-filters) for more information | No |
| leftDelim | string | left action delimiter of the template, default is `{{` | No |
| rightDelim | string | right action delimiter of the template, default is `}}` | No |
NOTE: template field takes higher priority than the static field with the same name.

**NOTE**: template field takes higher priority than the static field with the same name.

### Results

Expand Down Expand Up @@ -563,7 +564,8 @@ header:
| template | string | template to create response adaptor, please refer the [template](#template-of-builder-filters) for more information | No |
| leftDelim | string | left action delimiter of the template, default is `{{` | No |
| rightDelim | string | right action delimiter of the template, default is `}}` | No |
NOTE: template field takes higher priority than the static field with the same name.

**NOTE**: template field takes higher priority than the static field with the same name.

### Results

Expand Down

0 comments on commit bde1111

Please sign in to comment.