Miscellaneous improvemnts, Code highlightinn => Version 0.3
This commit is contained in:
parent
72e7f24db0
commit
6d97a486d5
6 changed files with 224 additions and 204 deletions
|
@ -39,6 +39,9 @@ THE SOFTWARE.
|
|||
<link rel="stylesheet" type="text/css" href="res/css/blog.css" />
|
||||
<link href='http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,400italic,100,100italic,900' rel='stylesheet' type='text/css'>
|
||||
<link rel="shortcut icon" href="res/favicon.png">
|
||||
<link rel="stylesheet" href="./res/css/github-gist.css">
|
||||
<script src="./res/js/highlight.pack.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -58,8 +61,6 @@ THE SOFTWARE.
|
|||
$intro = Parsedown::instance()
|
||||
->setBreaksEnabled(true)
|
||||
->text($file);
|
||||
$UmlautConverter = new UmlautConverter;
|
||||
$intro = $UmlautConverter->convert($intro);
|
||||
echo $intro;
|
||||
}
|
||||
?>
|
||||
|
|
Reference in a new issue