mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
fix: db import of collapsed block being invalid
Also cleanup infer fn which had import-specific code and add tests for :default to :page :type change. Part of LOG-3176
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
- MEETING TITLE #Meeting
|
||||
template:: meeting
|
||||
participants:: TODO
|
||||
- pending block for :num to :default
|
||||
- pending block for :number to :default
|
||||
duration:: 10
|
||||
- test :num to :default
|
||||
duration:: 20m
|
||||
- test :number to :default
|
||||
duration:: 20m
|
||||
- test :default to :page
|
||||
description:: [[Jakob]]
|
||||
3
deps/graph-parser/test/resources/exporter-test-graph/journals/2024_02_28.md
vendored
Normal file
3
deps/graph-parser/test/resources/exporter-test-graph/journals/2024_02_28.md
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
- collapsed block
|
||||
collapsed:: true
|
||||
- child
|
||||
Reference in New Issue
Block a user