.note-editable p {
    font-family: inherit !important;
}

.note-editable ul {
  list-style-type: initial !important;
  list-style-position: inside !important;
  padding-left: 1.5em !important;
  margin: 1em 0 !important;
}

.note-editable ul > li {
  display: list-item !important;
  list-style-type: initial !important;
}

.render ul > li {
    display: list-item !important;
    list-style-type: initial !important;
}

.note-editable font {
    text-decoration: underline;
    text-decoration-color: currentColor;
  }

.render font {
   text-decoration: underline;
   text-decoration-color: currentColor;
}