HTML output for cross-browser support

pull/21833/head
Aleks Kissinger 2020-09-25 09:05:22 +01:00
parent aded3c9de2
commit d2054ea685
2 changed files with 1 additions and 5 deletions

View File

@ -205,10 +205,6 @@ limitations under the License.
clear: both;
}
.mx_RoomView_MessageList .katex {
font-size: 1.3em;
}
li.mx_RoomView_myReadMarker_container {
height: 0px;
margin: 0px;

View File

@ -426,7 +426,7 @@ export function bodyToHtml(content: IContent, highlights: string[], opts: IOpts
{
throwOnError: false,
displayMode: d.display,
output: "mathml",
output: "htmlAndMathml",
})
});
});