yaml / yaml-spec

YAML Specification
http://yaml.org/spec/
348 stars 54 forks source link

Use Python script to number chapters, examples, and figures #239

Closed Thom1729 closed 3 years ago

Thom1729 commented 3 years ago

As part of this, add HTML <section> elements to the output. This is a nice thing to do in any case, but it also makes the implementation simpler.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Thom1729 commented 3 years ago

https://spec.yaml.io/pr-239/spec/1.3.0/

Thom1729 commented 3 years ago

Updated the version number.

NavigableString is provided by bs4, so there are no new dependencies.