mirror of
https://github.com/golang/go
synced 2024-11-05 18:26:10 -07:00
e41bc02694
See testdata/README for test format. This will make it easier to fix problems and not regress. Markdown tests in followup CL (with bug fixes). Change-Id: I5dedca26d3c29fd428066ffb38c6605343784a19 Reviewed-on: https://go-review.googlesource.com/c/tools/+/224957 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
27 lines
258 B
OpenEdge ABL
27 lines
258 B
OpenEdge ABL
List
|
|
|
|
*
|
|
|
|
- Item 1
|
|
on two lines.
|
|
- Item 2.
|
|
- Item 3.
|
|
|
|
- Item 1 in new list.
|
|
- Item 2.
|
|
|
|
---
|
|
<h1>List</h1>
|
|
<section>
|
|
<ul>
|
|
<li>Item 1
|
|
on two lines.</li>
|
|
<li>Item 2.</li>
|
|
<li>Item 3.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>Item 1 in new list.</li>
|
|
<li>Item 2.</li>
|
|
</ul>
|
|
</section>
|