annotatedtext-remark - v1.0.10

import { build } from "annotatedtext-markdown";

const text = "# Hello World\n\nThis is a paragraph.";
const annotatedtext = build(text);
const ltdata = JSON.stringify(annotatedtext);

This module provides a function to build an annotated text object from markdown text.

Interfaces

IOptions

Variables

defaults

Functions

build
collecttextnodes
composeannotation