class Attio::Note

def html?

Check if note is in HTML format
def html?
  format == "html"
end