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: vsch/flexmark-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.64.4
Choose a base ref
...
head repository: vsch/flexmark-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.64.6
Choose a head ref
  • 4 commits
  • 83 files changed
  • 3 contributors

Commits on May 5, 2023

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

Commits on May 7, 2023

  1. Create SECURITY.md

    vsch authored May 7, 2023
    Configuration menu
    Copy the full SHA
    1650ce7 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. TextCollectingVisitor works better with code blocks (#575)

    * Avoid duplicated setLastNode(..) call
    
    The call was happening first irrespective of whether the node was a TextContainer so lifted this logic out of the `if` block.
    
    * Avoid duplicate LineBreakNode logic
    
    It seems that currently LineBreakNode is independant of TextContainer so it seems safe to pull that out of the `if` block.
    
    * Paragraph with trailing blank line collects trailing blank line
    
    Consequently only a single new line is needed to add paragraph breaks
    
    * Collect a blank line before all (except first) Block instances
    
    - Removed special case logic for Paragraph blocks
    - Generalised from BlankLineBreakNode case
    
    * IndentedCodeBlock implements TextContainer
    
    Implementation based on Text collectText(..) but using getContentChars()
    roxspring authored May 17, 2023
    Configuration menu
    Copy the full SHA
    b9bfe63 View commit details
    Browse the repository at this point in the history
  2. prep release 0.64.6

    vsch committed May 17, 2023
    Configuration menu
    Copy the full SHA
    1345fd9 View commit details
    Browse the repository at this point in the history
Loading