[web-bluetooth] Pull Request: Use Markdown for Section 5

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

== Use Markdown for Section 5 ==
This change updates the spec source file to use more Markdown syntax in
order to improve readability. This commit updates Section 5 of the spec.

The following changes were performed:
* `<div class="issue">` were replaced with `Issue:`.
* Heading tags were replaced with their Markdown equivalent, `#`.
* `<p>` tags were removed.
* `<ol>`, `<ul>`, `<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/472

Received on Wednesday, 12 February 2020 22:51:18 UTC