mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-03-25 10:10:01 +03:00
testHTML
This commit is contained in:
parent
dc68b5760f
commit
f5a8be1d59
34
README.md
34
README.md
@ -30,14 +30,32 @@ You'll need Arduino desftop app 1.8.9 or later.
|
|||||||
| MQ-309A | HANWEI Electronics | [datasheet](http://www.sensorica.ru/pdf/MQ-309A.pdf) |
|
| MQ-309A | HANWEI Electronics | [datasheet](http://www.sensorica.ru/pdf/MQ-309A.pdf) |
|
||||||
|
|
||||||
|
|
||||||
| | Grouping ||
|
<table>
|
||||||
First Header | Second Header | Third Header |
|
<thead>
|
||||||
------------ | :-----------: | -----------: |
|
<tr>
|
||||||
Content | *Long Cell* ||
|
<th>Layer 1</th>
|
||||||
Content | **Cell** | Cell |
|
<th>Layer 2</th>
|
||||||
|
<th>Layer 3</th>
|
||||||
New section | More | Data |
|
</tr>
|
||||||
And more | With an escaped '\|' ||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td rowspan=4>L1 Name</td>
|
||||||
|
<td rowspan=2>L2 Name A</td>
|
||||||
|
<td>L3 Name A</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>L3 Name B</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td rowspan=2>L2 Name B</td>
|
||||||
|
<td>L3 Name C</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>L3 Name D</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
### Installing
|
### Installing
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user