Johannes Opper
Johannes Opper
would be very helpful if the search object supports OR chaining as well.
I'd like to bump this PR. We have the same use case: API should only use token authentication, rest of the app tries all approaches. And I'd guess we're not...
I'd like to bump this issue. On apple m1 arm64 architecture libidn does no longer compile, so `brew install libidn` is no longer valid. Is there any reason why switching...
Same problem here, did you find a workaround?
So it does work if you apply the `overflow` option to the `formatted_text_box` itself: ```ruby doc.formatted_text_box [ { text: "This is my text", styles: [:bold, :italic], callback: PrawnCustomUnderline.new(document: doc), }...
Same here, I find it quite hard to figure out how to configure something like language specific stopwords using the DSL methods. Some more examples would be extremely helpful I...
Hi @RummanSadiq, I'd say it depends on how big the differences between "normal" markdown and slack-flavored are. Do they ignore other markdown or do we really have to unregister existing...
Hi @vanboom, The github markdown specs looks no different to the regular one concerning tables: https://guides.github.com/features/mastering-markdown/ Maybe I don't get the point yet, but I'd rather not treat `td` with...
Hello @cainianhua, thanks for your report. I'm not sure I got your problem right. Can you describe it with some code examples please? For me the following looks like the...
@cainianhua That sounds more like a problem of the markdown implementation you're using. In Redcarpet (a very common ruby implementation) the following works quite like expected: ``` ruby irb(main):004:0> Redcarpet::Markdown.new(Redcarpet::Render::HTML).render('-test')...