Skip to content

Vizel API / core/src / VizelRoundtripSample

Interface: VizelRoundtripSample

Defined in: packages/core/src/markdown/roundtrip.ts:10

A single Markdown round-trip sample.

Properties

input

ts
readonly input: string;

Defined in: packages/core/src/markdown/roundtrip.ts:14

Source Markdown text that must round-trip losslessly.


name

ts
readonly name: string;

Defined in: packages/core/src/markdown/roundtrip.ts:12

Stable identifier (surfaced in error messages).

Released under the MIT License.