David Foster

Results 161 comments of David Foster

This commit not only adds TruffleRuby to the Travis configuration; it also removes all the standard Ruby (MRI) versions. Any reason you removed the MRI versions?

Hey @Arn-O, please bring this request to @Orc at #Orc/discount, which is the underlying Markdown parser that RDiscount wraps.

LaTeX support is now in Discount 2.2.0, so just need to bump the embedded version of Discount in RDiscount. Tracking in #135

Hi @Arn-O , are you still interested in some kind of LaTeX passthru or other kind of support? I am looking for more information about what specific behavior is desired....

I notice from Discount's documentation that the Discount LaTeX support looks like: ``` If configured with the --with-latex option, text wrapped in $$…$$, \[…\], and \(…\) is passed unchanged (except...

CC @leonsim

Okay. Makes sense. Now I just need to find some more time rupees to finish off the release.

Darn. Looks like the LaTeX passthrough behavior for \[ and \] conflicts with standard Markdown behavior. In standard Markdown (as defined by the semi-official Perl MarkdownTest_1.0.3): - \[ -> [...

Here's the specific test failure: https://gist.github.com/davidfstr/f5fa8516ae284cdc95e565d082c98c37 If you checkout my "latex" branch and run the following commands, you should get the same output: - gem build rdiscount.gemspec - gem install...

Sounds like some more investigation is required. My "markdown" is configured with: - ./configure.sh --with-latex With my copy of MarkdownTest_1.0.3, I can run the following: - discount/markdown < test/MarkdownTest_1.0.3/Tests/Links\,\ reference\...