- From: Ovidio Ruiz-Henríquez via GitHub <sysbot+gh@w3.org>
 - Date: Tue, 11 Feb 2020 22:29:25 +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 Section 4 ==
This change updates the spec source file to use more Markdown syntax in
order to improve readability. This commit updates the Section 4 of the
spec.
The following changes were performed:
* Heading tags were replaced with their Markdown equivalent, #.
* \<p\> tags were removed.
* \<ol\>, \<ul\>, \<li\> tags were reaplced with their Markdown equivalent, *
    and 1.
* \<table\> tags had the "data" class removed to fix their rendering so
    that they don't overflow past their containers.
See https://github.com/WebBluetoothCG/web-bluetooth/pull/471
Received on Tuesday, 11 February 2020 22:29:37 UTC