Example from documentation crashes with TypeError #132
Open
Description
This example currently breaks with
TypeError: Expected Array or iterable object of values: [object Object]
RunKit Link showing full stack trace
const { State } = require('markup-it');
const markdown = require('markup-it/lib/markdown');
const state = State.create(markdown);
const document = state.deserializeToDocument('Hello **World**');
I've tried with [email protected]
and [email protected]
, and @gitbook/[email protected]
and @gitbook/[email protected]
.
Metadata
Assignees
Labels
No labels