Replies: 1 comment 3 replies
-
| In the shell: You need to use the kramdown parser if you want smart quotes as the markdown parser doesn't support them (see https://github.com/gettalong/kramdown/blob/master/lib/kramdown/parser/markdown.rb#L30). | 
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm having trouble to enable smart-quote parsing/conversion.
Gemfile
test.rb
output
$ ruby test.rb {:ruby=>"3.0.6", :kd=>"2.4.0"} "Hi", she said. "Hrm'wa?" he grunted back. [repeated output omitted]I would have expected to get at least one output with proper typographic quotes, like
Changing
.to_latexto.to_kramdownchanges the output toi.e. Kramdown seems to detect the quotation marks correctly, but doesn't apply the transformation.
Am I missing an option to enable them?
Beta Was this translation helpful? Give feedback.
All reactions