[web-bluetooth] Pull Request: Use Markdown for Sections 6-9

odejesush has just submitted a new pull request for https://github.com/WebBluetoothCG/web-bluetooth:

== Use Markdown for Sections 6-9 ==
This change updates the spec source file to use more Markdown syntax in
order to improve readability. This commit updates Sections 6 to 9 of the
spec. Most of Section 9 still maintains its list in HTML, since it uses
specific numbering and lists with letters.

The following changes were performed:

* Heading tags were replaced with their Markdown equivalent, `#`.
* `<p>` tags were removed.
* `<ol>`, `<ul>`, and `<li>` tags were replaced with their Markdown
    equivalent, `*` and `1.`.
* `<table>` tags had the `data` class removed to fix their rendering
    such that they don't overflow past their containers.

See https://github.com/WebBluetoothCG/web-bluetooth/pull/473

Received on Thursday, 13 February 2020 17:48:35 UTC