Stumbled upon this while creating a document. Make of it what you will.
<h3 id="nubits-official-wallet-nu">NuBits Official Wallet (Nu)</h3>
— https://docs.nubits.com/
Use a name. Using an ID isn't necessary in HTML 5 and will create global variables in your JavaScript
Many libraries (i.e., not your own JS, but someone else's) use a single global - for example, fineuploader. If you make an element with an ID of fineuploader, you will be unable to use the fineuploader module. Avoiding creating unnecessary globals helps avoid those conflicts.
— https://stackoverflow.com/questions/5319754/cross-reference-named-anchor-in-markdown/17028463#17028463
Stumbled upon this while creating a document. Make of it what you will.
— https://docs.nubits.com/
— https://stackoverflow.com/questions/5319754/cross-reference-named-anchor-in-markdown/17028463#17028463