mark-name-underscore-run

The name is a maximal ID_LITERAL+ run; _ is an ID_LITERAL character, so a__b__ is absorbed whole into the name and no Emphasis forms

§5.10

Input

::a__b__::

Output AST

- type: Paragraph
  children:
    - type: Mark
      name: a__b__
      children: []