You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.
I'm attempted to build support for definition list markup in slate. slate-edit-list has lots of relevant functionality but it's not suitable out of the box.
As a reminder, here's a definition list:
<!-- A definition list -->
<dl>
<dt>Definition term</dt>
<dd>Description details</dd>
</dl>
And a usage example:
Apple 🍎
An apple is a sweet, edible fruit produced by an apple tree (Malus pumila).
Pear 🍐
The pear is any of several tree and shrub species of genus Pyrus, in the family Rosaceae.
[...]
.
I'm currently looking to create a schema to allow enforce the structure as it might be easiest, but wanted to post this here incase there has been any consideration towards definition list support in slate-edit-list.
Thanks :)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm attempted to build support for definition list markup in slate. slate-edit-list has lots of relevant functionality but it's not suitable out of the box.
As a reminder, here's a definition list:
And a usage example:
.
I'm currently looking to create a schema to allow enforce the structure as it might be easiest, but wanted to post this here incase there has been any consideration towards definition list support in slate-edit-list.
Thanks :)
The text was updated successfully, but these errors were encountered: