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: executablebooks/mdit-py-plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.3
Choose a base ref
...
head repository: executablebooks/mdit-py-plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.4
Choose a head ref
  • 4 commits
  • 30 files changed
  • 1 contributor

Commits on Feb 18, 2023

  1. Configuration menu
    Copy the full SHA
    9e57524 View commit details
    Browse the repository at this point in the history
  2. 👌 Improve field lists (#65)

    This introduces better handling of the field list body content, so that it can be dynamically indented (the same as in rST).
    
    Before, one could only indent like:
    
    ```restructuredtext
    :name1: first line
                  
            all other lines must be aligned with it
    
    :name2:
      
      no first line so 2 space indent
    ```
    
    But now, the indentation will be taken as the minimum of all content, e.g.
    
    ```restructuredtext
    :name1: first line
    
     this is indented 1, so all content will follow this
    ```
    chrisjsewell authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    f4f0a0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8858e5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19de2ff View commit details
    Browse the repository at this point in the history
Loading