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: roxspring/flexmark-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
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: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 158 files changed
  • 3 contributors

Commits on May 17, 2023

  1. TextCollectingVisitor works better with code blocks (vsch#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

Commits on May 18, 2023

  1. bump version

    vsch committed May 18, 2023
    Configuration menu
    Copy the full SHA
    f63c795 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6d484c View commit details
    Browse the repository at this point in the history
  3. fix comment

    vsch committed May 18, 2023
    Configuration menu
    Copy the full SHA
    c573242 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    397fc90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db2a1b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4da3e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc3a2f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. Fix for issue vsch#577, avoid using reflection (vsch#578)

    Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
    palexdev authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    bcfe84a View commit details
    Browse the repository at this point in the history
Loading