We read the html produced by our Story Telling workflow. We can later compare this to further edited versions.
- [ ] Refresh often. Check your URL to make sure you are pointing to http://viki.wiki/view/automating-without-a-license/view/normalize-template after pressing start.
- [ ] The cult of https may normalize
http://viki.wiki/assets/pages/story-telling/normalize-edits.html?dir=html HEIGHT 400
import * as norm from 'http://ward.dojo.fed.wiki/assets/pages/story-telling/norm.js'
export const titles = () => { return ['Welcome Visitors'] }
export const items = title => { const fake = { nodeName: 'P', innerHTML:'Welcome to <a href=#wiki>Wiki</a>' } const divs = [fake] return divs.map(norm.item) }