Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gettalong/kramdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: REL_2_3_0
Choose a base ref
...
head repository: gettalong/kramdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: REL_2_3_1
Choose a head ref
  • 15 commits
  • 45 files changed
  • 6 contributors

Commits on Dec 26, 2020

  1. Configuration menu
    Copy the full SHA
    a7bd1f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Test on ruby 2.7 and 3.0 (#696)

    * Test on ruby 2.7 and 3.0
    timcraft authored Jan 6, 2021
    4 Configuration menu
    Copy the full SHA
    17a77a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1beb51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d26ebaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1001759 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Update sponsor information

    gettalong committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    9cb5afc View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Restrict Rouge formatters to Rouge::Formatters namespace

    ff0218a added support for specifying custom Rouge formatters with the
    constraint that the formatter be in theRouge::Formatters namespace, but
    it did not actually enforce this constraint. For example, this is valid:
    
    ```ruby
    Rouge::Formatters.const_get('CSV')
    => CSV
    ```
    
    Adding the `false` parameter to `const_get` prevents this:
    
    ```ruby
    Rouge::Formatters.const_get('CSV', false)
    NameError: uninitialized constant Rouge::Formatters::CSV
    ```
    stanhu committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    d6a1cbc View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Fix conversion to kramdown of empty raw html td/th tags

    Those tags must not be self-closed when empty.
    gettalong committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    daca2cf View commit details
    Browse the repository at this point in the history
  2. fix: fix LaTeX entity conversion group location

    This correctly places the `{}` group after the LaTeX commands used for
    conversion, rather than before. It appears this has been broken since
    edbd1fd.
    
    Also updates the span/text_substitutions/entities test to include
    `<span>`, which will be converted by the old converter to
    `{}\textlessspan{}\textgreater`, which should instead be
    `\textless{}span\textgreater{}`. The former will fail to compile, and should
    throw an error.
    aschmitz authored and gettalong committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    695eb58 View commit details
    Browse the repository at this point in the history
  3. Update setup.rb

    setup.rb:283: warning: key "bin-dir" is duplicated and overwritten on line 284
    danielbair authored and gettalong committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    7eadd2b View commit details
    Browse the repository at this point in the history
  4. use block ial for standalone images

    tyehle authored and gettalong committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    6bedf85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e23d7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ed84ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    842dc73 View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    0b0a9e0 View commit details
    Browse the repository at this point in the history
Loading