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
Fixed in #289. It's now possible to run gen(file, block_number). The block number can be found by letting the block throw an error (or manually counting, of course).
Allow the user set a tag to one or more code blocks. For example,
And only run this code when doing
gentag("foo")
orgentag(["foo", ...])
.The text was updated successfully, but these errors were encountered: