Skip to content

Instantly share code, notes, and snippets.

@andreloty
Created December 18, 2017 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreloty/931d80540f2acff69058d00f3b03e56b to your computer and use it in GitHub Desktop.
Save andreloty/931d80540f2acff69058d00f3b03e56b to your computer and use it in GitHub Desktop.
summernote clear format
var cleanText = $('#summernote').data().summernote.code()
.replace(/<\/p>/gi, "\n")
.replace(/<br\/?>/gi, "\n")
.replace(/<\/?[^>]+(>|$)/g, "")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment