Thomas Leitner
Thomas Leitner
Can you please provide a sample input and the output you get as well as the output you would expect?
Please provide the three parts - input, current output, expected output - as standard code blocks, like this: Input: ~~~ Some $test$ here ~~~ Output: ~~~ Some $test$ here ~~~
I have had a look the current implementation and the new `sassc` gem. The API really seems to have changed, especially the [Importer API](https://sass-lang.com/ruby-sass). I don't think that I can...
Tagged PDF is a bit more complicated than you think. In addition to marking parts of a content stream with identifiers, a separate tree of PDF objects needs to be...
@jimmarq You *can* do it with Prawn but you will need to implement it yourself. Ie. before outputting a header you would need to insert the necessary tag into the...
@andyjeffries When you look at the code of the pull request, you can see that there are no tests and no documentation. So once someone has the time to add...
This will depend on how to superscript was set: If it was set using the superscript character "²", then it should be in one string. However, normally superscript is produced...
@petergoldstein I help out when I have time and spent some of it the last few days with looking at and closing issues as well as pull requests. Feel free...
Thanks @rhenium! If I implement this, would this be needed to be implemented in C or in Ruby?
@rhenium I was just revisiting this and wondering if you mean by "*Currently neither has a corresponding method.*" that OpenSSL itself has no method for that or that the Ruby...