mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 22:54:48 +00:00
Remove supported-formats in all the places it's no longer used
This commit is contained in:
committed by
Tienson Qin
parent
b26d83d2fc
commit
b2776bbb18
@@ -9,7 +9,6 @@
|
||||
[frontend.handler.notification :as notification]
|
||||
[frontend.state :as state]
|
||||
[logseq.graph-parser.block :as gp-block]
|
||||
[logseq.graph-parser.config :as gp-config]
|
||||
[logseq.graph-parser.property :as gp-property]
|
||||
[logseq.graph-parser.mldoc :as gp-mldoc]
|
||||
[lambdaisland.glogi :as log]))
|
||||
@@ -23,7 +22,6 @@ and handles unexpected failure."
|
||||
(gp-block/extract-blocks blocks content with-id? format
|
||||
{:user-config (state/get-config)
|
||||
:block-pattern (config/get-block-pattern format)
|
||||
:supported-formats (gp-config/supported-formats)
|
||||
:db (db/get-db (state/get-current-repo))
|
||||
:date-formatter (state/get-date-formatter)
|
||||
:page-name page-name})
|
||||
|
||||
Reference in New Issue
Block a user