Closed gusbemacbe closed 6 years ago
Hi, I'm sure you can, but I won't modify the js files for you. Give it a try!
I have just tried
It worked perfectly for Materialize.
I have other good news.
You can use any non-Bootstrap theme from Typora, MacDown and any Markdown editor app. I tested it with my own theme I built for Typora. See:
And with a Github from MacDown, with an import of FontAwesome.
A PHP file
<html>
<head>
<title>Changelog</title>
<link rel="stylesheet" type="text/css" href="markdown/gustavo.css">
<link rel="stylesheet" type="text/css" href="markdown/markdown.css">
</head>
<body>
<xmp>
<?php require_once 'CHANGELOG.md'; ?>
</xmp>
<script type="text/javascript" src="markdown/strapdown.js?mathjax=y"></script>
</body>
</html>
A Markdown file
# <i class="fa fa-address-book" aria-hidden="true"></i> CHANGELOG
## 3.1
* Removemos o plugin jquery.nicescroll que causou a lentidão;
* Separamos os scripts determinados para cada página determinada;
* Removemos os scripts que não utilizamos mais;
* Novo layout de lista de cartões de desportos na página de desportos.
Ok, good to know.
This project is not really dead but never updated, so I am closing this.
Thanks for reporting your success!
Hello,
The problem is that my project uses the framework Materializecss. There would be a conflict among MaterializeCSS and a Bootstrap theme.
Gustavo Costa