mirror of
https://github.com/maubot/rss.git
synced 2025-04-20 23:26:27 -04:00
Update readme
This commit is contained in:
parent
7ebfbb0502
commit
d3389776c5
@ -30,3 +30,7 @@ The following variables are available:
|
||||
* `$title` - The title of the entry.
|
||||
* `$summary` - The summary/description of the entry.
|
||||
* `$link` - The link of the entry.
|
||||
|
||||
Furthermore, regular expressions can be used inside the template using double curly braces.
|
||||
The regular expression will be matched against the entry content and replaced with the match.
|
||||
E.g., the template string `{{ https://[^ ].jpg }}` will be replaced by the first link to an image file in the entry.
|
||||
|
Loading…
x
Reference in New Issue
Block a user