1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-12 10:14:02 +02:00

Fixed html (#3809)

* Add version 100.0.0 to package.json

* Revert "Add version 100.0.0 to package.json"

This reverts commit 329e44e43d.

* fixed typo in html file

Co-authored-by: Tim Buckley <timothypbuckley@gmail.com>
This commit is contained in:
Maria Jaramillo
2020-08-05 17:57:48 -05:00
committed by GitHub
parent 983961dfcd
commit d5eaa1164d

View File

@@ -200,7 +200,7 @@ const Leaf = ({ attributes, children, leaf }) => {
children = <em>{children}</em> children = <em>{children}</em>
} }
if (leaf.underlined) { if (leaf.underline) {
children = <u>{children}</u> children = <u>{children}</u>
} }