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
- Host: GitHub
- URL: https://github.com/vclemenzi/markfire
- Owner: vclemenzi
- Created: 2024-02-17T12:54:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-20T16:42:31.000Z (over 1 year ago)
- Last Synced: 2025-02-15T08:14:42.931Z (4 months ago)
- Language: Go
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```