Home
last modified time | relevance | path

Searched refs:heading (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/lib/tpl/dokuwiki/css/
H A D_toc.css68 (e.g. if heading level 3 follows directly after heading level 1) */
H A D_search.less131 /* search heading */
/dokuwiki/inc/parser/
H A Dmetadata.php159 * Render a heading
702 * @param null|string $id linked page id (used to extract title from first heading)
716 $heading = p_get_first_heading($id, METADATA_DONT_RENDER);
717 if ($heading) {
718 return $heading;
H A Dxhtml.php212 * Render a heading
1811 * @param null|string $id linked page id (used to extract title from first heading)
1824 $heading = p_get_first_heading($id);
1825 if (!blank($heading)) {
1826 return $this->_xmlEntities($heading);
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt68 * When a section's heading is changed, its bookmark changes, too. So don't rely on section linking too much.