doc::??? updates
This commit is contained in:
22
doc/readme.txt
Normal file
22
doc/readme.txt
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user