RobertDober
EarmarkParser is the Markdown to AST part of Earmark.
This thread shall just inform of new EarmarkParser releases (and a small backlog of unpublished Release Notes)
Trending in Announcing
You may know https://ui.shadcn.com/, a UI component library for React. I really love it’s design style and components. I’ve built some co...
New
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
The Chelekom project is a library of Phoenix and LiveView components generated via Mix tasks to fit developer needs seamlessly.
One of i...
New
Please say hi to a new lib, Astro that aims to deliver easy-to-consume astronomy calculations of practical use. For now it only calculat...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Other Trending Topics
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
There has been a thread to discuss the Stack Overflow Developer Survey on this forum every year since 2018, so here’s yet another one for...
New
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New
I’m looking to build a personal workflow to quickly deploy web applications written in elixir/phoenix, for local consumption (ie not on t...
New
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog
It says that Fly is going all-in on sprites, which is a worry ...
New
Is there a word for the ~> symbol used in Version strings?
Do you also just call it a Squiggle Arrow™ ?!
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #genstage
- #ai
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex











First 7 of 7 Posts
RobertDober
Thank you for the approval…
EarmarkParser 1.4.40 2024-07-02
Gladly following
ex_docto drop support forElixir versions < 1.13
More Github actions with fail-on-warning to avoid the need for fixes like the one below
Fixed warning because of bad config of using dialxir
Kudos to Jan Pieper
More typespecs and nicer formatting
Kudos to Brad Hanks
Pattern matching related refactoring
Kudos to Brad Hanks
EarmarkParser 1.4.39 2023-11-25
Kudos to Jonatan Kłosko
EarmarkParser 1.4.38 2023-11-10
Kudos to Wojtek Mach
RobertDober
I just released
EarmarkParser 1.4.41 2024-07-09
Fixed bug #154 parser crashes on inline ial after escaped char
Fixed GHA to catch warnings in tests
Kudos to Kian-Meng Ang
Fixed warnings in tests
Kudos to Kian-Meng Ang
Fortunately there are folks who can spell and type
Kudos to Kian-Meng Ang
RobertDober
I just released
EarmarkParser version 1.4.42 2024-12-20
This is only needed if you use Elixir 1.18 and want to get rid of the warnings.
All other changes are internal, as usual here are the RELEASE NOTES
Fix deprecation warnings for Elixir 1.18 (#160)
Added runners for 1.18 to the github CI workflows
Optimize Line Scanner by precompilation of the rgxen used, actually performance did not change
but this was also a conceptionally cleaner refactoring.
Remove support for Elixir 1.13 as did ex_doc
Upgrade excoveralls and dialyxir
RobertDober
I just released
EarmarkParser 1.4.43 2025-01-24
This one is needed for OTP-28, many thanx to José Valim
for providing the necessary PR: Avoid regexes at compile-time as they may not be supported on OTP 28
RobertDober
I just released
EarmarkParser 1.4.44 2025-03-12
.formatter.exsfinally as Brad convinced me to do this. I do not particulary like all the formatter does but it is good for fututre collaboration.N.B. Collaborators
mix format --check-formattedis part of the GHA CI checks, so please check it locally before making PRs, as duely noted in the docs.Maybe a commit hook would be better, I am open to suggestions.
was flying under my Radar waaaay to long.
Kudos to Brad Hanks
RobertDober
I just released
Earmark Parser 1.4.45
this is for Elxir 1.20 and only works with Elixir >= 1.15
RobertDober
I just released
EarmarkParser 1.4.46 2026-07-17
Replacing \u0000 chars with \ufffd in output
Pushing min supported Elixir version to 1.15 (in accordance with ex_doc)