Skip to content

Commit

Permalink
Fix docs for abstract_delimiter
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Box <[email protected]>
  • Loading branch information
craigbox authored and Guts committed Apr 22, 2024
1 parent 358fd86 commit c263ec4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,10 @@ Default: `150`

Used to fill each [item description element](https://www.w3schools.com/xml/rss_tag_title_link_description_item.asp):

- If this value is set to `-1`, then the full HTML content will be filled into the description element.
- Otherwise, the plugin first tries to retrieve the value of the key `description` from the page metadata.
- If the value is non-negative and no `description` meta is found, then the plugin retrieves the first number of characters of the page content defined by this setting. Retrieved content is the raw markdown converted rougthly into HTML (i.e. without extension, etc.).
- If this value is set to `""`, then no delimiter will be used.
- Otherwise, the plugin will retrieve content up to the delimiter. This allows you to use a tag such as `<!-- more -->` to only include the content before that point.

`abstract_delimiter`: string to mark .
`abstract_delimiter`: string to use as stopping point.

Default: `<!-- more -->`

Expand Down

0 comments on commit c263ec4

Please sign in to comment.