aprescott
aprescott
I ran into this issue while trying to get coverage to work correctly. Setting `command_name` explicitly in `spec_helper.rb` as mentioned in https://github.com/serpapi/turbo_tests/issues/24#issuecomment-1503382454 seems to work fine for me. Setting `PARALLEL_TEST_GROUPS`...
> However, when served locally these modules were truly missing and would result in 404 errors. I have run into this problem with other packages. I'm not an expert here,...
See #115 where @vmg commented about a year ago on this, although things may have changed.
From #115, looks like [`max_nesting`](https://github.com/vmg/redcarpet/blob/a595fb8e83ae5954d5f07e1e705e4f1ae5b7c75a/ext/redcarpet/markdown.h#L122) is a C-related thing to achieve that, although obviously Ruby bindings would be another thing. (I might be talking nonsense...)
Are you trying to fix a GitHub markdown issue by getting it fixed in Redcarpet? GitHub doesn't use Redcarpet, unless you mean something else.
(I also didn't mean that `max_nesting` would be a fix for you as a user, by the way, I just wanted to throw it in as a pointer in case...
@olivierlacan GitHub hasn't used Redcarpet in production for a long time. See https://github.com/vmg/redcarpet/issues/212.
It's not quite clear how Liquid would play with this if there is a two-stage conversion process going on.
My apologies for such a long delay in responding to this PR. This library is in a somewhat interesting state, given Sidekiq changes since I last did any work on...
@mirague yep, that works fine, since it's the same as `concat`ing against the default. I wanted to avoid hard-coding the current set of defaults, which is why my work-around above...