Add bold at start of line test

This commit is contained in:
Emilia Simmons 2021-04-20 10:04:30 -04:00
parent 6ccf8d3adc
commit dc7491e471

View file

@ -798,7 +798,7 @@ Markup.4 - Multi
(document (body (paragraph (strikethrough (italic)))))
===========
Markup.5 - Junk
Markup.5a - Junk
===========
*b * a
@ -809,6 +809,18 @@ Markup.5 - Junk
(document (body (paragraph)) (section (headline (stars) (title))))
===========
Markup.5a - Bold section
===========
* a
*b*
----------
(document
(section
(headline (stars) (title))
(paragraph (bold))
))
==========
List.1a - Basic: dash [-]