- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 278
Clarify readme #834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Clarify readme #834
Conversation
         sandstrom
  
      
      
      commented
      
            sandstrom
  
      
      
      commented
        Oct 13, 2025 
      
    
  
- Use https for links
- Move license info down to relevant section (no need to have it at the top)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the pull request! I have added some comments for changes that should not be done.
        
          
                README.md
              
                Outdated
          
        
      | ## Introduction | ||
|  | ||
| kramdown is a fast, pure Ruby Markdown superset converter, using a strict syntax definition and | ||
| kramdown is a fast, pure Ruby Markdown converter, using a strict syntax definition and | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kramdown does not just convert Markdown but really a Markdown superset. So please remove that change.
        
          
                README.md
              
                Outdated
          
        
      | **doc/quickref.page** or online at <https://kramdown.gettalong.org/quickref.html>. | ||
|  | ||
| The kramdown library is mainly written to support the kramdown-to-HTML conversion chain. However, | ||
| The kramdown library is mainly written to support the markdown-to-HTML conversion chain. However, | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using "kramdown" instead of "Markdown" is done intentionally as kramdown-the-syntax is more than Markdown-the-syntax. Markdown is "another input format".
| If you use kramdown in a commercial setting, please consider contributing back any | ||
| changes for the benefit of the community, or [becoming a sponsor](https://github.com/sponsors/gettalong/) | ||
| or [a patron](https://www.patreon.com/gettalong) - thanks! | ||
|  | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use the original wording.
| @gettalong I've updated the PR, trying to match your comment. |