LiterateMarkdown: Converter to convert from .lhs to .md and vice versa.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
lhsc
is a program to convert literate haskell files in the
birdtick format to correctly rendered (git flavoured, html containing) markdown files
and vice versa.
It strips away the heading tags #, replacing them with the corresponding html tags, converts the `'''haskell [...]'''` to `> [...]` as recognised by the GHC literate prepocessor. `''' [...] '''` will be converted to `< [...]` and will be discarded by ghc but will still be displayed as code when rendered. (In both cases `'''` is actually the three md backticks, but its a pain to write md about md.)
Usage:
`lhsc (toLhs|toMd) file1 [file2] [...]`;
The toLhs
and toMd
commands are not case sensitive.
The program will convert each file from the other format to the specified one,
creating the files file1.md
file2.md
... or file1.lhs
file2.lhs
... in the same directory respectively.
[Skip to Readme]
Properties
Versions | 0.1.0.0, 0.1.0.1, 0.1.0.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.14 && <4.15), LiterateMarkdown [details] |
License | MIT |
Author | Fabian Schneider |
Maintainer | faebl.taylor@pm.me |
Category | Productivity |
Bug tracker | https://github.com/faeblDevelopment/LiterateMarkdown/issues |
Source repo | head: git clone https://github.com/faeblDevelopment/LiterateMarkdown.git -b main |
Uploaded | by FabianSchneider at 2020-08-29T09:11:07Z |
library LiterateMarkdown:converter
Modules
- Converter
Downloads
- LiterateMarkdown-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees