forked from vsch/flexmark-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: vsch/flexmark-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 158 files changed
- 3 contributors
Commits on May 17, 2023
-
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()
Configuration menu - View commit details
-
Copy full SHA for b9bfe63 - Browse repository at this point
Copy the full SHA b9bfe63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1345fd9 - Browse repository at this point
Copy the full SHA 1345fd9View commit details
Commits on May 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f63c795 - Browse repository at this point
Copy the full SHA f63c795View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6d484c - Browse repository at this point
Copy the full SHA b6d484cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c573242 - Browse repository at this point
Copy the full SHA c573242View commit details
Commits on May 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 397fc90 - Browse repository at this point
Copy the full SHA 397fc90View commit details -
Configuration menu - View commit details
-
Copy full SHA for db2a1b9 - Browse repository at this point
Copy the full SHA db2a1b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4da3e4 - Browse repository at this point
Copy the full SHA c4da3e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc3a2f5 - Browse repository at this point
Copy the full SHA cc3a2f5View commit details
Commits on Apr 16, 2025
-
Fix for issue vsch#577, avoid using reflection (vsch#578)
Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bcfe84a - Browse repository at this point
Copy the full SHA bcfe84aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master