Leandro Pereira
Leandro Pereira
Hey @gregjohnsonsaltaire I just published `v0.1.15` adding legacy compilation targets, which I think should solve your issue but I'm not completely sure. Please give it a try and let me...
@gregjohnsonsaltaire I see, thanks for the report. I'll try to replicate and find a fix if possible. The problem is that `x86_64-unknown-linux-gnux32` is a Tier 2 target and not very...
Keeping this issue open for now.
Hi @gregjohnsonsaltaire are you still experiencing this problem? I don't have a definitive answer to that but if that's no longer an issue then we can close this issue. Thanks!
Thanks @gregjohnsonsaltaire !
Depends on https://github.com/leandrocp/mdex/issues/18
👀 https://github.com/leandrocp/mdex/blob/main/examples/mermaid.exs
@clsource I'm assuming `youtube` is a custom tag you'd implement yourself?
Nice. Support to manipulate the markdown AST is something I'm still woking on, which would enable you to transform liquid tags into html using https://hex.pm/packages/solid or whatever engine you want
Hey @clsource AST manipulation is now available on the main branch (will be released soon) and I just added an example on how to render Liquid tags: https://github.com/leandrocp/mdex/blob/main/examples/liquid.exs That script...