MdCodeBlock

Overview

MdCodeBlock is a interface in Aspose.PDF FOSS for TypeScript.

info is the raw info string of a fenced block, entity-decoded and backslash-unescaped but not split on whitespace; ’’ for an indented block.

Properties: fenced, info, literal, type.

Properties

NameTypeAccessDescription
type: 'code_block'ReadGets the type.
fenced: booleanReadGets the fenced.
info: stringReadGets the info.
literal: stringReadGets the literal.