phoenix_markdown icon indicating copy to clipboard operation
phoenix_markdown copied to clipboard

Phoenix Template Engine for Markdown

Results 5 phoenix_markdown issues
Sort by recently updated
recently updated
newest added

Uses the :extra_applications key in mix.exs Exposes dependencies correctly in mix.exs to prevent these warnings: ``` warning: Earmark.as_html!/2 defined in application :earmark is used by the current application but the...

Unfortunately projects depending on `PhoenixMarkdown` and `ex_doc` (or `EarmarkParser` directly) are suffering from some difficulties described [here](https://github.com/RobertDober/earmark_parser/issues/133#issuecomment-1722407140). This is a little bit unfortunate and I repeat here that indeed `Earmark's`...

Hi, A new user here. I was trying to render a piece of markdown in my Phoenix heex template. I added `` to my template, but that doesn't render anything,...

Is there any way to render markdown from nested directories? I have categories of markdown pages that I want to store, something like: ``` category_controller.ex category1 |--- index.html.md |--- page1InCat1.html.md...

I am trying to use the phoenix route helpers (specifically the `static_path` helper) to display an image from my app's static directory. Rendering an image manually works (image gets displayed):...