textlint / textlint-plugin-html

HTML support for textlint
MIT License
20 stars 8 forks source link

fix List and ListItem mapping #22

Closed akiotajima closed 2 years ago

akiotajima commented 2 years ago

Thnak you for the plugin. However I found some issues on it.

  1. typo 'ui' instead of 'ul'
  2. the relationship of List > ListItem is misconfigured.
  3. It lacks to look up ol tag

This PR fixes above issues with list test.

azu commented 2 years ago

Ah, Thanks!

azu commented 2 years ago

It may be breaking change, but this plugin is still 0.x. So, I've published it as 0.3.0 https://github.com/textlint/textlint-plugin-html/releases/tag/v0.3.0

akiotajima commented 2 years ago

It may be breaking change

Ah, yes, that's true. I also changed existing test result jsons. Sorry for pushing codes as the same version.