- From: Ovidio Ruiz-Henríquez via GitHub <sysbot+gh@w3.org>
 - Date: Thu, 13 Feb 2020 17:48:23 +0000
 - To: public-web-bluetooth-log@w3.org
 
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