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.

Home Page:https://notiflix.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] - help me

PandaStoremc opened this issue · comments

I can't use html tag in notiflix report

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