Home
last modified time | relevance | path

Searched refs:issue (Results 1 – 2 of 2) sorted by relevance

/web-master/
H A Dgithub-webhook.php29 function is_pr($issue) { argument
30 return strpos($issue->html_url, '/pull/') !== false;
33 function prep_title($issue, $repoName) { argument
34 $issueNumber = $issue->number;
35 $title = $issue->title;
36 $type = is_pr($issue) ? 'PR' : 'Issue';
/web-master/vendor/michelf/php-markdown-extra/
H A DPHP Markdown Extra Readme.text219 * Fixed an issue where HTML tags inside fenced code blocks were sometime
336 * Fixed an issue where an indented code block preceded by a blank
352 * Fixed an issue where some characters in Markdown-generated HTML
450 * Fixed an issue preventing footnotes from working when the parser's
458 * Fixed an issue were abbreviations tags could be incorrectly added
491 * Fixed a rare issue where certain MD5 hashes in the content could
503 This fix an integration issue with SmartyPants and backslash escapes.
518 * Fixed an issue where headers preceded too closely by a paragraph
527 * Fixed an issue with WordPress where manually-entered excerpts, but
530 * Fixed an issue introduced in 1.0.1d where headers and blockquotes
[all …]

Completed in 11 milliseconds