feat(markdown): add gfm support

revert firebase changes
This commit is contained in:
Pierre Huyghe
2021-08-10 12:44:27 +02:00
committed by hpierre74
parent 99d7d3aad2
commit cfad352903
14 changed files with 84 additions and 32 deletions
+46
View File
@@ -55,6 +55,52 @@ section {
padding-left: 1.5em;
}
.markdown table {
border-collapse: collapse;
border-spacing: 0;
display: block;
overflow: auto;
word-break: normal;
word-break: keep-all;
}
.markdown table th {
font-weight: bold;
}
.markdown table th,
.markdown table td {
padding: 6px 13px;
border: 1px solid #ddd;
}
.markdown table tr {
background-color: #fff;
border-top: 1px solid #ccc;
}
.markdown table tr .odd {
background-color: #f8f8f8;
}
.markdown table tr .fail {
background-color: #f9f2f4;
color: #c7254e;
font-weight: bold;
}
.markdown table tr .pass {
background-color: #dff0d8;
color: #468847;
font-weight: bold;
}
.markdown table tr .warn {
background-color: #fcf8e3;
color: #ec971f;
font-weight: bold;
}
input[type="range"]::-webkit-slider-thumb {
cursor: ew-resize;
box-shadow: -405px 0 0 400px #605e5c;