https://github.com/royalicing/paredown
Simple subset of Markdown for writing HTML in Elixir.
https://github.com/royalicing/paredown
Last synced: 12 months ago
JSON representation
Simple subset of Markdown for writing HTML in Elixir.
- Host: GitHub
- URL: https://github.com/royalicing/paredown
- Owner: RoyalIcing
- Created: 2020-05-14T12:15:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T10:59:59.000Z (about 4 years ago)
- Last Synced: 2025-05-25T15:49:35.656Z (about 1 year ago)
- Language: Elixir
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paredown
Simple subset of Markdown for writing HTML.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `paredown` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:paredown, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/paredown](https://hexdocs.pm/paredown).