mymarkdown

My markdown
git clone https://git.grace.moe/mymarkdown
Log | Files | Refs

heading.my.ast (1039B)


      1 .document
      2   .heading
      3     .marker
      4       "#"
      5     .text
      6       "text"
      7   .heading
      8     .marker
      9       "#"
     10     .text
     11       "text"
     12   .heading
     13     .marker
     14       "#"
     15     .text
     16       "text"
     17     .space_text
     18       "text"
     19   .heading
     20     .marker
     21       "#"
     22     .text
     23       "text"
     24   .heading
     25     .marker
     26       "#"
     27     .text
     28       "text"
     29     .space_text
     30       "text"
     31   .heading
     32     .marker
     33       "#"
     34     .text
     35       "text"
     36     .space_text
     37       "  text"
     38   .heading
     39     .marker
     40       "##"
     41     .text
     42       "text"
     43   .heading
     44     .marker
     45       "##"
     46     .text
     47       "text"
     48   .heading
     49     .marker
     50       "##"
     51     .text
     52       "text"
     53     .space_text
     54       "text"
     55   .heading
     56     .marker
     57       "##"
     58     .text
     59       "text"
     60   .heading
     61     .marker
     62       "##"
     63     .text
     64       "text"
     65     .space_text
     66       "text"
     67   .heading
     68     .marker
     69       "##"
     70     .text
     71       "text"
     72     .space_text
     73       "  text"
     74   .heading
     75     .marker
     76       "#"
     77     .text
     78       "heading"
     79     .space_text
     80       .error .unexpected_block_in_inline_context
     81       "text"
     82   .paragraph
     83     .text
     84       "text"