mdex
Markdown for Elixir. Fast, Extensible, Phoenix-native. AI-ready. Built on top of comrak, ammonia, and lumis.
File Explorer
Download Latest Version (.zip)- bug_report.md
- elixir.yml
- publish.yml
- release.yml
- dependabot.yml
- FUNDING.yml
- dockyard_logo.svg
- mdex.svg
- mdex_card.png
- mdex_favicon.png
- mdex_icon.png
- mdex_logo.png
- mdex_logo.svg
- config.exs
- 2025-02-07-example-post.md
- code_block_decorators.livemd
- codefence_renderers.livemd
- custom_theme.livemd
- gfm.livemd
- highlight_words.livemd
- light_dark_theme.livemd
- liquid.livemd
- lumis.livemd
- mermaid.livemd
- nimble_publisher.livemd
- phoenix_live_view_heex.livemd
- sigil_md.livemd
- streaming.exs
- syntax_highlight.livemd
- syntect.livemd
- code_block_decorators.md
- compilation.md
- earmark_to_mdex.livemd
- heex.md
- plugins.md
- safety.md
- streaming.md
- access.ex
- traversal.ex
- comrak_converter.ex
- delta_converter.ex
- document.ex
- errors.ex
- fragment_parser.ex
- sigil.ex
- slack_converter.ex
- tree.ex
- mdex.ex
- traversal_test.exs
- comrak_converter_test.exs
- delta_converter_test.exs
- delta_integration_test.exs
- delta_property_test.exs
- document_test.exs
- errors_test.exs
- fragment_parser_test.exs
- heex_format_test.exs
- html_format_test.exs
- inspect_document_test.exs
- json_format_test.exs
- parse_test.exs
- plugin_test.exs
- sigil_test.exs
- slack_converter_test.exs
- streaming_test.exs
- xml_format_test.exs
- mdex_test.exs
- test_helper.exs
- .credo.exs
- .formatter.exs
- .gitignore
- benchmark.exs
- CHANGELOG.md
- Dockerfile
- justfile
- LICENSE.md
- mix.exs
- mix.lock
- README.md
- SECURITY.md
- usage-rules.md
# Installation Guide
1. Get the code
git clone https://github.com/leandrocp/mdex
Downloads the entire project code from GitHub to your computer.
cd mdex
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -t mdex .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 mdex
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
