An open API service indexing awesome lists of open source software.

https://github.com/vclemenzi/markfire

Markdown (with some extre feature) compiler
https://github.com/vclemenzi/markfire

Last synced: 4 months ago
JSON representation

Markdown (with some extre feature) compiler

Awesome Lists containing this project

README

        

# Markfire

Markfire is a Markdown compiler. This is my first compiler, so expect errors or similar issues.

# Differences from Regular Markdown
One of the main differences in Markfire is that if you move to a new line in the file, the compiler will automatically maintain the text on a new line, unlike many Markdown compilers.

There are also some parameters available to insert at the beginning of the Markdown.

```
---
title: The title of the page
---
...other
```