command
module
Version:
v0.0.0-...-1bfbc23
Opens a new window with list of versions in this module.
Published: May 24, 2023
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
fleck - Markdown-parser
Fleck is intended for outputting standalone html from a markdown source.
Feature overview:
- allmost all the markdown features (some have bugs, some are missing, don't @ me)
- syntax highlighting
- custom alert blockquotes
- watch mode for recompiling the html if the source changed
- live-preview in the browser for recompiling the html and reloading the tab if the source changed
- escape html elements
- rendering of latex equations
Install
From source
git clone https://github.com/xnacly/fleck
cd fleck
go build
From release
Until a release is ready please build from source.
Using fleck:
Read more about fleck's usage here
- Follow the guide above for installing fleck
- Run
fleck
from the cli on a Markdown file of your choice, for example the README of this project:
fleck README.md
- View the output:
![Readme.png](https://github.com/xnacly/fleck/raw/1bfbc235b434/doc/assets/README.png)
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
|
|
|
|
copied from https://github.com/xNaCly/tiny-interpreter/blob/master/logger/logger.go
|
copied from https://github.com/xNaCly/tiny-interpreter/blob/master/logger/logger.go |
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.