commonmarker 2.2.0-x86_64-linux → 2.3.1-x86_64-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: de490797d34d08d0e6559a9e24864b096ab3c33eef0df054ef36e4a4c70e3542
         | 
| 4 | 
            +
              data.tar.gz: 5e952dfc6c2bbbc78fe428cdfc206f44017d71dc930d291676707b95c589d756
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: '09fcb7a20566650480b35e2b0089fd1364d0404fe32d4bc0a40c372ba0081ac0238a99c90c9d80c5d7319a642b258844fb89f5c5ccd0a4a05b95925e9756546e'
         | 
| 7 | 
            +
              data.tar.gz: 89204b420933e279d713f66d2e304262695006fd3bfa3bffc0522ff87a419689a11c69ecbb66516c1eb8e98dcfe8c6085f9fe74825f3960a19520a4d712a625e
         | 
    
        data/README.md
    CHANGED
    
    | @@ -179,6 +179,7 @@ Note that there is a distinction in comrak for "parse" options and "render" opti | |
| 179 179 | 
             
            | `ignore_empty_links` | Ignores empty links, leaving the Markdown text in place.                                               | `false` |
         | 
| 180 180 | 
             
            | `gfm_quirks`         | Outputs HTML with GFM-style quirks; namely, not nesting `<strong>` inlines.                            | `false` |
         | 
| 181 181 | 
             
            | `prefer_fenced`      | Always output fenced code blocks, even where an indented one could be used.                            | `false` |
         | 
| 182 | 
            +
            | `tasklist_classes`   | Add CSS classes to the HTML output of the tasklist extension                                           | `false` |
         | 
| 182 183 |  | 
| 183 184 | 
             
            As well, there are several extensions which you can toggle in the same manner:
         | 
| 184 185 |  | 
| Binary file | 
| Binary file | 
| Binary file | 
    
        data/lib/commonmarker/config.rb
    CHANGED
    
    
    
        data/lib/commonmarker/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: commonmarker
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 2. | 
| 4 | 
            +
              version: 2.3.1
         | 
| 5 5 | 
             
            platform: x86_64-linux
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Garen Torikian
         | 
| @@ -9,7 +9,7 @@ authors: | |
| 9 9 | 
             
            autorequire: 
         | 
| 10 10 | 
             
            bindir: exe
         | 
| 11 11 | 
             
            cert_chain: []
         | 
| 12 | 
            -
            date: 2025- | 
| 12 | 
            +
            date: 2025-06-27 00:00:00.000000000 Z
         | 
| 13 13 | 
             
            dependencies:
         | 
| 14 14 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 15 15 | 
             
              name: rake
         |