ome / ngff

Next-generation file format (NGFF) specifications for storing bioimaging data in the cloud.
https://ngff.openmicroscopy.org
Other
118 stars 39 forks source link

Fix `<img/>` element for newer bikeshed versions #176

Closed joshmoore closed 1 year ago

joshmoore commented 1 year ago

Apparently a new release of bikeshed is now unhappy with the use of <img/> and <img></img> is required:

  $ bikeshed spec "latest/index.bs" "latest/index.out.html"
  LINE 651:1: Tag <img> wasn't closed at end of file.
   ✘  Did not generate, due to fatal errors

  Failed
github-actions[bot] commented 1 year ago

Automated Review URLs

joshmoore commented 1 year ago

Merging to get other PRs green.