add an example for markdown shortcuts, including (breaking) tests

This commit is contained in:
Hans Pagel
2020-09-01 16:30:25 +02:00
parent 715daf96dc
commit efdbfb5809
6 changed files with 177 additions and 8 deletions

View File

@@ -93,4 +93,10 @@ blockquote {
.is-active {
background: black;
color: white;
}
.ProseMirror {
p {
margin: 0.5rem 0;
}
}