We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The word 'it' is more appropriate here than 'he'.
Updated Using EJS with Express (markdown)
links[i].icon is a <svg></svg> and if it has an equals sign it will escape it - but we want it to render the svg so we need to render it unescaped, hence need to update it to - instead of =
made the basic example more detailed.
Added an example after a successful usage of this library
Closed missing parenthesis
Initial Home page