Home
last modified time | relevance | path

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

/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js1044 ), function(match, leading_line, leading_space, marker_space, item, tailing_blank_line) { argument
1049 item = leading_space + self._php_str_repeat(' ', marker_space.length) + item;
2592 ), function(match, leading_line, marker_space, def) { argument
2595 def = self._php_str_repeat(' ', marker_space.length) + def;
/plugin/markdownextra/
H A Dmarkdown.php1096 $marker_space = $matches[3];
1103 $item = $leading_space . str_repeat(' ', strlen($marker_space)) . $item;
2903 $marker_space = $matches[2];
2908 $def = str_repeat(' ', strlen($marker_space)) . $def;