elm-markdown icon indicating copy to clipboard operation
elm-markdown copied to clipboard

Pure elm markdown parser with optional extensions for math, poetry, etc.

Results 16 elm-markdown issues
Sort by recently updated
recently updated
newest added

`Markdown.Render` sets the background of some elements to `#fff`. This can clash with the style into which the markdown is rendered, and is very apparent in "dark mode" styles. This...

Hello :wave:! I noticed there were unused dependencies in your package. Here is a pull request to remove them. After this gets merged, I recommend publishing a new release, unless...

Hi Jim, I can't get the basic example to work : inline math is not displayed. I have made the simplest functioning code I can think of to showcase the...

Closes #19 . I noticed all Main.js were in gitignore so I'm not sure this works with your current build process. Anyway the Main.js for all demo's are now up...

I think I forgot to build the public folder. I plan on setting up automated building.

``` this doesn't work unless you put "```elm "something like this "``` ``` also there doesn't seem to be any support for languages other than elm, which is inconvenient

After comma is OK.

bug
duplicate
Annoying!

Consider the following examples: **(1)** ``` Test. Test ``` **(2)** ``` Test. Test ``` Both should render as `Test. Test`. But the second renders as `Test.Test` I

Annoying!