.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;
}

.note-editable font {
    text-decoration: underline;
    text-decoration-color: currentColor;
  }

  .note-editable b {
    font-weight: bold !important;
  }