gomarkdown / markdown

markdown parser and HTML renderer for Go
Other
1.36k stars 171 forks source link

double newline (for <br>) inline a nested list causes list to end early #272

Closed tveimo closed 9 months ago

tveimo commented 1 year ago
- council has no control over the speed of transmission of the data when using the internet to access the system.
- council will use its best efforts to provide access to the system but does not warrant that access to the system will be uninterrupted.  For example, access may be interrupted to facilitate urgent maintenance.
- council will not be liable to the applicant or to third parties for any interruptions to the system beyond its control including but not limited to problems with the applicant’s:
  - telecommunications services
  - Internet service provider

    or
  - hardware or software.

results in the following markup

<ul>
<li>council has no control over the speed of transmission of the data when using the internet to access the system.</li><li>council will use its best efforts to provide access to the system but does not warrant that access to the system will be uninterrupted.  For example, access may be interrupted to facilitate urgent maintenance.</li><li>council will not be liable to the applicant or to third parties for any interruptions to the system beyond its control including but not limited to problems with the applicant’s:
<ul>
<li>telecommunications services</li><li>Internet service provider</li></ul>
or
- hardware or software.</li></ul>
miekg commented 1 year ago

this works better:

- council has no control over the speed of transmission of the data when using the internet to access the system.
- council will use its best efforts to provide access to the system but does not warrant that access to the system will be uninterrupted.  For example, a
ccess may be interrupted to facilitate urgent maintenance.
- council will not be liable to the applicant or to third parties for any interruptions to the system beyond its control including but not limited to pro
blems with the applicant’s:
  - telecommunications services
  - Internet service provider\
    or\
  - hardware or software.