If a Markdown file contains Front Matter with a title, then replace the Front Matter with a matching heading

This commit is contained in:
Jeff Parsons 2015-12-07 13:50:12 -08:00
commit e992a55ef3
2 changed files with 14 additions and 6 deletions

View file

@ -4,9 +4,6 @@ title: About JavaScript Machines
permalink: /docs/about/
---
About JavaScript Machines
---
The JavaScript Machines Project (originally at [jsmachines.net](http://jsmachines.net/)) is a collection of computer
simulations written in JavaScript. It has now been released on [GitHub](https://github.com/) as the
[PCjs Project](https://github.com/jeffpar/pcjs), a copy of which is hosted here at [pcjs.org](http://www.pcjs.org/).