https://github.com/jesselawson/marshmallow
https://github.com/jesselawson/marshmallow
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jesselawson/marshmallow
- Owner: jesselawson
- License: gpl-3.0
- Created: 2018-07-21T02:49:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-27T00:06:15.000Z (almost 7 years ago)
- Last Synced: 2025-02-05T22:36:52.426Z (4 months ago)
- Language: HTML
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Marshmallow
Marshmallow is a Markdown-esque plain text file format that combines [CampfireJS](https://www.github.com/lawsonry/campfirejs) and HTML to create dynamic web pages.
Marshmallow is the system used to compile *.mm files into *.html files. It is sometimes called "Marshmallow Markdown."
## Syntax
If you know Markdown, you know 90% of Marshmallow. The largest differences come in the way Marshmallow interacts with JavaScript.
### The index.html file
Marshmallow creates static pages by processing *.mm files according to the rules specified in Marshmallow.json file in your site's root.
## Contributing
Contributions that follow the [Contribution Guide](#) are welcome.