nahverweis

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

http://ward.dojo.fed.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) }