mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Basic table removal rule
This commit is contained in:
parent
9a826bbe6f
commit
49d2596fc6
3 changed files with 43 additions and 0 deletions
|
@ -110,6 +110,8 @@ func applyRule(entryURL, entryContent string, rule rule) string {
|
|||
}
|
||||
case "parse_markdown":
|
||||
entryContent = parseMarkdown(entryContent)
|
||||
case "remove_tables":
|
||||
entryContent = removeTables(entryContent)
|
||||
}
|
||||
|
||||
return entryContent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue