David Foster

Results 161 comments of David Foster

Ah ha. Time to do some digging to figure out how my 1.0.3 tests got changed. That's definitely a no-no without a version bump.

I'm moving the discussion RE: MarkdownTest_1.0.3 to a different ticket (https://github.com/davidfstr/rdiscount/issues/136), since it isn't directly related to introducing LaTeX support (which is the primary subject of this issue).

Regardless of the provenance of the current MarkdownTest_1.0.3 tests, they have specified the RDiscount behavior since the early days, so I am reluctant to break them in the default configuration...

[Discount 2.2.1](http://www.pell.portland.or.us/~orc/Code/discount/) appears to now support LaTeX via runtime flag, so this feature is no longer blocked by upstream.

Well that's interesting. I don't believe I've ever tried the generate_toc option myself since inheriting the project. I'll take a look later this week - or later today if I...

I am not able to reproduce your issue. I told RDiscount to format a string with :generate_toc and got distinct names for different headings. Specifically I ran the following commands:...

I see your problem. I get similar results with the following input file, which is similar to yours: https://gist.github.com/davidfstr/94d086b036b3d10ab7ca

I have also reproduced your problem with the underlying Discount tool: ``` $ ./markdown -f toc # 中 ## 学 ####私 ^D # 学 私 ``` Therefore I have filed...

Issue is still present in (R)Discount 2.2.0. Left comment on upstream issue.

Looks like this issue is now [fixed upstream](https://github.com/Orc/discount/issues/126#issuecomment-274234288), so probably just need to upgrade the Discount processor to get the fix.