Make server rendered html generate microdata.
npm install be-itemizedhtml
`
... generates:
`html
`
Slight shorthand:
Example 1a:
`html
`
also works.
Example 2:
`html
`
results in:
`html
be-joined='
Join expression ["", "protocol", "://", "domain", "/", "articleType", "/", "language", "/", "language", "-", "topic", "/#", "section"] as href.
'
>Basic, Improved - Prototype Definition
`
Running locally
Any web server that can serve static files will do, but...
1. Install git.
2. Do a git clone or a git fork of repository https://github.com/bahrus/be-itemized
3. Install node.js
4. Open command window to folder where you cloned this repo.
5. > npm install
6. > npm run serve
7. Open http://localhost:3030/demo in a modern browser.
Using from ESM Module:
`JavaScript
import 'be-itemized/be-itemized.js';
`
Using from CDN:
`html
``