Bonjour,
j'utilise la librairie php-markdown (Extra) (https://michelf.ca/projets/php-markdown/) mais je n'arrive pas à formater ce texte :
il faudrait que il se mette en gras
merci de m'aider
bien cordialement

Code html : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
<table style="border-collapse: collapse; width: 100%;" border="1">
<tbody>
<tr>
<td markdown="1" style="width: 49.2283%;">** jj **</td>
<td markdown="1" style="width: 49.2283%;">&nbsp;</td>
</tr>
<tr>
<td markdown="1" style="width: 49.2283%;">&nbsp;</td>
<td markdown="1" style="width: 49.2283%;">&nbsp;</td>
</tr>
</tbody>
</table>