Normalize Template

We read the html produced by our Story Telling workflow. We can later compare this to further edited versions.

- [x] 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.

- [x] The cult of https may normalize

We tell a simple story as a way of testing our approach for serializing hypertext for print.

https://viki.wiki/assets/pages/story-telling/norm.js 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) }