We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26e575 commit 7d86ae8Copy full SHA for 7d86ae8
编程/2021-03-10-a-closer-look-at-roamrender-zh-translation.md
@@ -80,7 +80,7 @@ Roam 就好像一把优秀的瑞士军刀,竟然包含一个完整的 ClojureS
80
在新的 Block 输入下面的脚本,将产生以下输出。(当然,请注意,当你在自己的 Graph 中尝试这个脚本时,Block 的 ID `((Vy8uEQJiL))`会有所不同,所以对应的 `block-uid` "eR7tRno7B "也会不同。)
81
82
```bash
83
-{{roam/render: ((Vy8uEQJiL)) 10 "input 1" ["input" "vector" "with" 5 "elements"] {:key1 "this is a map" "key2" "value 2" :key3 15} (1 2 3) #{"a" "b" "c"}}}
+{ { roam/render: ((Vy8uEQJiL)) 10 "input 1" ["input" "vector" "with" 5 "elements"] {:key1 "this is a map" "key2" "value 2" :key3 15} (1 2 3) #{"a" "b" "c"} } }
84
```
85
86

0 commit comments