Byline
Use the nav menu to switch between presentations
The overwhelming majority of theories are rejected because they contain bad explanations, not because they fail experimental tests.
David Deutsch
Text followed by a list.
| col1 | col2 | col3 header |
|---|---|---|
| abc | def | right aligned |
| abc | def | right aligned |
| abc | def | right aligned |
$.getJSON('/pub/_opts.json', function(opts) {
var generator = require('pub-generator')(opts)
generator.load(function(err) {
var $edit = $('textarea.editor')
$edit.on('keyup', function() {
generator.updateFragmentText(
editor.binding,
$edit.val())
})
})
})