mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 21:59:29 +08:00
36 lines
1.2 KiB
Text
36 lines
1.2 KiB
Text
export namespace constants {
|
|
const attentionSideBefore: number
|
|
const attentionSideAfter: number
|
|
const atxHeadingOpeningFenceSizeMax: number
|
|
const autolinkDomainSizeMax: number
|
|
const autolinkSchemeSizeMax: number
|
|
const cdataOpeningString: string
|
|
const characterGroupWhitespace: number
|
|
const characterGroupPunctuation: number
|
|
const characterReferenceDecimalSizeMax: number
|
|
const characterReferenceHexadecimalSizeMax: number
|
|
const characterReferenceNamedSizeMax: number
|
|
const codeFencedSequenceSizeMin: number
|
|
const contentTypeDocument: string
|
|
const contentTypeFlow: string
|
|
const contentTypeContent: string
|
|
const contentTypeString: string
|
|
const contentTypeText: string
|
|
const hardBreakPrefixSizeMin: number
|
|
const htmlRaw: number
|
|
const htmlComment: number
|
|
const htmlInstruction: number
|
|
const htmlDeclaration: number
|
|
const htmlCdata: number
|
|
const htmlBasic: number
|
|
const htmlComplete: number
|
|
const htmlRawSizeMax: number
|
|
const linkResourceDestinationBalanceMax: number
|
|
const linkReferenceSizeMax: number
|
|
const listItemValueSizeMax: number
|
|
const numericBaseDecimal: number
|
|
const numericBaseHexadecimal: number
|
|
const tabSize: number
|
|
const thematicBreakMarkerCountMin: number
|
|
const v8MaxSafeChunkSize: number
|
|
}
|