digitalMoksha
digitalMoksha
> Rinku is some preeeetty antique software by this stage oh yes, very much 😄 > Ideally we continue to match cmark-gfm in regular mode totally agree. Created https://github.com/kivikakk/comrak/pull/386 to...
@yannham A couple things I noticed about your AST, which you alluded to > one possible workaround is to always wrap the content of list items in a NodeValue::Paragraph. When...
Any hope of getting a little love on this gem? I agree with @itay-grudev , requiring pulling master doesn't work when you have act_as_follower in a gem spec.
@itay-grudev Thanks. I think i'm going to try [partisan](https://github.com/mirego/partisan) and see how that goes.
@Ajaxy I converted to it with no problems. Of course I'm not using some of the more esoteric features of `acts_as_follower`, so it was a simple conversion. But it suits...
Hmm, i'm not sure what you mean by reuse it. Here is my use case: ``` app.development do app.name = "#{app.name}-dev" app.identifier = "#{app.identifier}-dev" app.version
No problem. I do have one, but it's built on the other PR's i've submitted (and one other one, which uses the [ksuther xpc branch](https://github.com/ksuther/Sparkle/tree/xpc) for supporting sanboxed apps). I...
I tend to agree with this - although `comrak` is now `cmark-gfm` compliant, I think we should make sure that it's CommonMark compliant as well. I'm not sure why they...
Wait...the idea is to _not_ have `sourcepos` on the ``? Are you wanting to remove from other non-block html? Please don't... I tried running it against `markdown-it.rs`, I get what...
But it does match the upstream, doesn't it? Block-level sourcepos works correctly I think. Inline sourcepos is a great enhancement. I'd certainly rather see a fix, but if that's not...