Searched refs:issue (Results 1 – 2 of 2) sorted by relevance
29 function is_pr($issue) { argument30 return strpos($issue->html_url, '/pull/') !== false;33 function prep_title($issue, $repoName) { argument34 $issueNumber = $issue->number;35 $title = $issue->title;36 $type = is_pr($issue) ? 'PR' : 'Issue';
219 * Fixed an issue where HTML tags inside fenced code blocks were sometime336 * Fixed an issue where an indented code block preceded by a blank352 * Fixed an issue where some characters in Markdown-generated HTML450 * 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 could503 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