Open
Description
This transcript saves a {{ *hello* }}
doc, then views it, and it looks like {{ **hello** }}
.
scratch/main> builtins.mergeio
Done.
foo = {{ *hello* }}
Loading changes detected in scratch.u.
I found and typechecked these definitions in scratch.u. If you
do an `add` or `update`, here's how your codebase would
change:
⍟ These new definitions are ok to `add`:
foo : Doc2
scratch/main> add
⍟ I've added these definitions:
foo : Doc2
scratch/main> view foo
foo : Doc2
foo = {{ **hello** }}