doc::??? updates

This commit is contained in:
vaclavt
2022-06-16 17:08:36 +02:00
parent 7acab5d229
commit e6cf7aa636
3 changed files with 1146 additions and 11 deletions

22
doc/readme.txt Normal file
View File

@@ -0,0 +1,22 @@
to convert Doc.md to Doc.html use https://markdowntohtml.com/ with custom ccs style
body {
color: black;
}
table {
border-collapse: collapse;
}
table, th, td {
border: 1px solid;
}
th {
text-align: left;
}
td {
height: 50px;
vertical-align: top;
}
code{
background: #0003;
color: #a31515;
}