Skip to content

in docs, single asterisks (italics) are parsed as double asterisks (bold) #5255

Open
@mitchellwrosen

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** }}

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions