@nomad-e/bluma-cli 0.0.7 → 0.0.8
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.
- package/dist/main.js +9 -0
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -769,6 +769,15 @@ INCORRECT:
|
|
|
769
769
|
|
|
770
770
|
### DIAGRAM TYPE BEST PRACTICES
|
|
771
771
|
|
|
772
|
+
IMPORTANT
|
|
773
|
+
The Notion API rejects rich text of type "code" and only accepts "text" for code blocks \u2013
|
|
774
|
+
a limitation of their own JSON (even for the language: "mermaid"). Therefore, only the code/text block
|
|
775
|
+
type is viable.
|
|
776
|
+
|
|
777
|
+
You should insert the pretty diagram without any delimiters or headers, in the code block with
|
|
778
|
+
proper indentation and double quotes, only in the text field, to facilitate as little manual rework as possible.
|
|
779
|
+
It's ready to copy into the native Mermaid block.
|
|
780
|
+
|
|
772
781
|
#### FLOWCHART
|
|
773
782
|
|
|
774
783
|
flowchart TD
|