notiflix / Notiflix

Notiflix is a pure JavaScript library for client-side non-blocking notifications, popup boxes, loading indicators, and more that makes your web projects much better.
https://notiflix.github.io
MIT License
635 stars 55 forks source link

[BUG] - help me #35

Closed PandaStoremc closed 3 years ago

PandaStoremc commented 3 years ago

I can't use html tag in notiflix report

furcan commented 3 years ago

Hi @PandaStoremc ,

HTML tags are not allowed as default. You can extend your global init as below.

Notiflix.Report.Init({
  plainText: false,
});

Also, these links might be helpful for further info: https://github.com/notiflix/Notiflix#2--report-module https://github.com/notiflix/Notiflix#notiflix-report-module-default-options https://www.notiflix.com/documentation/#DocsReport