1
0
mirror of https://github.com/Mikaela/cv.git synced 2024-10-31 22:39:22 +01:00

convert the markdown table to html directly

This commit is contained in:
Aminda Suomalainen 2021-12-01 10:04:03 +02:00
parent 1c15ba7424
commit c4037c9250
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -170,8 +170,13 @@ Lisätään tähän kun heitä on
-->
<small>
Versio|Päiväys
-----|-----
{{ page.versionstring }}|{{ page.date }}
</small>
<small><table>
<tr>
<td>Versio</td>
<td>Päiväys</td>
</tr>
<tr>
<td>{{ page.versionstring }}</td>
<td>{{ page.date }}</td>
</tr>
</table></small>