The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 8cf60cc3 authored by Josef Moravec's avatar Josef Moravec Committed by Robert Lange
Browse files

Add title to markdown static pages (#1595)

parent bb760b4d
No related merge requests found
<?php
$found = preg_match('/#+(.*)/', $this->data, $matches);
if ($found) {
$this->headTitle($matches[1]);
}
?>
<?=$this->markdown($this->data);
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment