Lines Matching refs:code

94 any code by using the *Texitle Compatibility Mode*. This may work 
216 * Fixed an issue preventing fenced code blocks indented inside lists items
219 * Fixed an issue where HTML tags inside fenced code blocks were sometime
273 * Fixed a problem where unterminated tags in indented code blocks could
274 prevent proper escaping of characaters in the code block.
293 fenced code blocks.
313 transformed into their HTML equivalent inside fenced code blocks.
318 * Added fenced code block syntax which don't require indentation
319 and can start and end with blank lines. A fenced code block
329 fenced code blocks.
336 * Fixed an issue where an indented code block preceded by a blank
339 been code.
355 * Fix for code blocks as first element of a list item. Previously,
356 this didn't create any code block for item 2:
360 * Item 2 (code block)
362 * A code block starting on the second line of a document wasn't seen
363 as a code block. This has been fixed.
367 links. To use this, your PHP code must call the parser this way:
399 * Fixed a problem introduced in 1.0.1i where the closing `code` and
400 `pre` tags at the end of a code block were appearing in the wrong
412 * Fixed a problem where an escaped backslash before a code span
413 would prevent the code span from being created. This should now
416 Litteral backslash: \\`code span`
535 two consecutive code spans would be merged into one when together they
538 * Fixed an long-prevailing issue where blank lines in code blocks would
539 be doubled when the code block is in a list item.
623 * Changed all methods which were inserting HTML code so that they now return
624 a hashed representation of the code. New methods `hashSpan` and `hashBlock`
641 be aware of code spans. All these lines should work correctly now:
654 * Now only trim trailing newlines from code blocks, instead of trimming
674 * Fix for escaped backticks still triggering code spans:
676 There are two raw backticks here: \` and here: \`, not a code span
712 following a code span or block with unmatched opening bracket to be
754 fixed by parsing code spans before splitting rows into cells.
780 * Redistributions of source code must retain the above copyright