-
Notifications
You must be signed in to change notification settings - Fork 71
Comparing changes
Open a pull request
base repository: cpuguy83/go-md2man
base: v2.0.4
head repository: cpuguy83/go-md2man
compare: v2.0.5
- 17 commits
- 7 files changed
- 5 contributors
Commits on May 13, 2024
-
Bump golangci/golangci-lint-action from 4.0.0 to 6.0.1
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 6.0.1. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v4.0.0...v6.0.1) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d885a48 - Browse repository at this point
Copy the full SHA d885a48View commit details -
Merge pull request #119 from cpuguy83/dependabot/github_actions/golan…
…gci/golangci-lint-action-6.0.1 Bump golangci/golangci-lint-action from 4.0.0 to 6.0.1
Configuration menu - View commit details
-
Copy full SHA for a436f58 - Browse repository at this point
Copy the full SHA a436f58View commit details
Commits on Jul 29, 2024
-
Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.0.1 to 6.1.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.0.1...v6.1.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8506aa3 - Browse repository at this point
Copy the full SHA 8506aa3View commit details
Commits on Aug 7, 2024
-
The same result can be derived directly from the AST by interrogating the node's siblings. Signed-off-by: Cory Snider <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23074ec - Browse repository at this point
Copy the full SHA 23074ecView commit details -
Drop extensions field from renderer
It is effectively a constant. Signed-off-by: Cory Snider <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8e68c2 - Browse repository at this point
Copy the full SHA d8e68c2View commit details -
Add debugging output for renderer
Documentation on the shape of the markdown AST produced by the blackfriday parser is rather sparse. Add a decorator for renderers which dumps the visited AST nodes to stderr, interleaved with the renderer output, to help with debugging the roff renderer. Signed-off-by: Cory Snider <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40e51c9 - Browse repository at this point
Copy the full SHA 40e51c9View commit details
Commits on Aug 9, 2024
-
Suppress tag on first paragraph after header
Paragraph tags following headers are not necessary and confuse semantic parsers such as lexgrog. Signed-off-by: Cory Snider <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f2f6eb - Browse repository at this point
Copy the full SHA 0f2f6ebView commit details -
Backslash-escape first hyphen in NAME section
This is the required format for man-page parsers across the ecosystem to successfuly parse out whatis information. Signed-off-by: Cory Snider <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 426206c - Browse repository at this point
Copy the full SHA 426206cView commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7607604 - Browse repository at this point
Copy the full SHA 7607604View commit details
Commits on Sep 12, 2024
-
Merge pull request #123 from corhere/ast-debug
Add debugging output for renderer
Configuration menu - View commit details
-
Copy full SHA for 5e88164 - Browse repository at this point
Copy the full SHA 5e88164View commit details -
Merge pull request #125 from kurth4cker/master
md2man.go: rename ioutil to io
Configuration menu - View commit details
-
Copy full SHA for 4013a69 - Browse repository at this point
Copy the full SHA 4013a69View commit details -
Merge pull request #121 from corhere/less-renderer-state
Reduce the amount of state the renderer needs to track
Configuration menu - View commit details
-
Copy full SHA for 4d7d268 - Browse repository at this point
Copy the full SHA 4d7d268View commit details -
Merge pull request #124 from corhere/fix-whatis
Emit a NAME section properly formatted for whatis parsing
Configuration menu - View commit details
-
Copy full SHA for 6350b8a - Browse repository at this point
Copy the full SHA 6350b8aView commit details -
Support multi-paragraph definition lists
The AST hierarchy for a list item is always List > Item > Paragraph. Emit newlines when visiting the Paragraph node instead of the Item and List so that Items with multiple Paragraphs and nested Lists correctly render with just the right number of line breaks. Signed-off-by: Cory Snider <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f486e72 - Browse repository at this point
Copy the full SHA f486e72View commit details -
Stop over-indenting lists that are not nested
List items are already indented paragraphs. There is no need to also increase the relative inset unless the list is nested inside another list. Signed-off-by: Cory Snider <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 149c352 - Browse repository at this point
Copy the full SHA 149c352View commit details
Commits on Sep 16, 2024
-
Merge pull request #122 from corhere/fix-multi-paragraph-lists
Fix rendering of lists
Configuration menu - View commit details
-
Copy full SHA for 54d2e5c - Browse repository at this point
Copy the full SHA 54d2e5cView commit details -
Merge pull request #120 from cpuguy83/dependabot/github_actions/golan…
…gci/golangci-lint-action-6.1.0 Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0
Configuration menu - View commit details
-
Copy full SHA for b14773d - Browse repository at this point
Copy the full SHA b14773dView commit details
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 v2.0.4...v2.0.5