branch: externals/code-cells
commit 47305f54399c362101b0ec1d5b7bd1d99685511e
Author: Augusto Stoffel <[email protected]>
Commit: Augusto Stoffel <[email protected]>
Indicate that spaces are allowed before cell boundary marker
Closes #4
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 6f9863a490..6a3e6502a6 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ By default, three styles of comments are recognized as cell
boundaries:
# %% Optional title
-#* Optional title
+# * Optional title
```
The first is what you get by exporting a notebook to a script on