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
| Name | Type | Access | Description |
|---|---|---|---|
type | : 'code_block' | Read | Gets the type. |
fenced | : boolean | Read | Gets the fenced. |
info | : string | Read | Gets the info. |
literal | : string | Read | Gets the literal. |