notion_to_md 2.1.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +9 -2
- data/lib/notion_to_md/blocks.rb +2 -0
- data/lib/notion_to_md/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fed0fc0d3030e3c31473dec2d1082831156f52327e3afb4864732030365195f5
|
|
4
|
+
data.tar.gz: 917cccf40edfb7355717bf855f3681baa57353ccd1390c34b96133c01524dd74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c2498e638e6e80f8dcda4e888bb34e2572fd448f3ced78e2b5f00d33478466ac1322c223196388219fc68170cff832f61ad5a63e834c595e492ba64b6d9c797
|
|
7
|
+
data.tar.gz: 8ee37c94729d2140b0d85520648855fe2139875aa77b2bf8def9e631071bd08212fcaf7c911f9665fdd14862043234b6f0a967031522e04c031c684efad17856
|
data/README.md
CHANGED
|
@@ -56,11 +56,18 @@ Everything in a notion page body is a [block object](https://developers.notion.c
|
|
|
56
56
|
* `callout`
|
|
57
57
|
* `quote`
|
|
58
58
|
* `divider`
|
|
59
|
-
* `
|
|
59
|
+
* `table`
|
|
60
|
+
* `embed`
|
|
61
|
+
* `code`
|
|
60
62
|
|
|
61
63
|
### Nested blocks
|
|
62
64
|
|
|
63
|
-
Starting with v2, nested blocks are supported.
|
|
65
|
+
Starting with v2, nested blocks are supported. The permitted blocks to have children are:
|
|
66
|
+
|
|
67
|
+
* `paragraph`
|
|
68
|
+
* `bulleted_list_item`
|
|
69
|
+
* `numbered_list_item`
|
|
70
|
+
* `to_do`
|
|
64
71
|
|
|
65
72
|
## Front matter
|
|
66
73
|
|
data/lib/notion_to_md/blocks.rb
CHANGED
data/lib/notion_to_md/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: notion_to_md
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Enrique Arias
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-10-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|