You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/site/notebooks.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,4 @@ You can open any Clojure file as a notebook by right clicking the file -> `Open
17
17
18
18
Running cells sends them to the REPL and pretty prints the results. If the return is a string that starts with `<html` it will be displayed in an html webview.
19
19
20
+
Forms inside `(comment)` blocks get shown as their own cells. When adding code blocks in between those cells they get saved with the same indentation as the first form.
0 commit comments