[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/s9e/text-formatter/src/Plugins/Litedown/Parser/Passes/ -> Blocks.js (summary)

(no description)

File Size: 515 lines (12 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 5 functions

  parse()
  closeList()
  computeQuoteIgnoreLen()
  getAtxHeaderEndTagLen()
  matchSetextLines()

Functions
Functions that are not part of a class:

parse()   X-Ref
No description

closeList(list, textBoundary)   X-Ref
Close a list at given offset

param: {!Array}  list
param: {number} textBoundary

computeQuoteIgnoreLen(str, maxQuoteDepth)   X-Ref
Compute the amount of text to ignore at the start of a quote line

param: {string} str           Original quote markup
param: {number} maxQuoteDepth Maximum quote depth
return: {number}               Number of characters to ignore

getAtxHeaderEndTagLen(startPos, endPos)   X-Ref
Return the length of the markup at the end of an ATX header

param: {number} startPos Start of the header's text
param: {number} endPos   End of the header's text
return: {number}

matchSetextLines()   X-Ref
Capture and store lines that contain a Setext-tyle header




Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1