constants.d.ts 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. export namespace constants {
  2. let attentionSideAfter: 2;
  3. let attentionSideBefore: 1;
  4. let atxHeadingOpeningFenceSizeMax: 6;
  5. let autolinkDomainSizeMax: 63;
  6. let autolinkSchemeSizeMax: 32;
  7. let cdataOpeningString: "CDATA[";
  8. let characterGroupPunctuation: 2;
  9. let characterGroupWhitespace: 1;
  10. let characterReferenceDecimalSizeMax: 7;
  11. let characterReferenceHexadecimalSizeMax: 6;
  12. let characterReferenceNamedSizeMax: 31;
  13. let codeFencedSequenceSizeMin: 3;
  14. let contentTypeContent: "content";
  15. let contentTypeDocument: "document";
  16. let contentTypeFlow: "flow";
  17. let contentTypeString: "string";
  18. let contentTypeText: "text";
  19. let hardBreakPrefixSizeMin: 2;
  20. let htmlBasic: 6;
  21. let htmlCdata: 5;
  22. let htmlComment: 2;
  23. let htmlComplete: 7;
  24. let htmlDeclaration: 4;
  25. let htmlInstruction: 3;
  26. let htmlRawSizeMax: 8;
  27. let htmlRaw: 1;
  28. let linkResourceDestinationBalanceMax: 32;
  29. let linkReferenceSizeMax: 999;
  30. let listItemValueSizeMax: 10;
  31. let numericBaseDecimal: 10;
  32. let numericBaseHexadecimal: 16;
  33. let tabSize: 4;
  34. let thematicBreakMarkerCountMin: 3;
  35. let v8MaxSafeChunkSize: 10000;
  36. }
  37. //# sourceMappingURL=constants.d.ts.map