Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add gfm markdown formatter #454

Merged
merged 1 commit into from
Aug 15, 2023
Merged

Conversation

DavyJ0nes
Copy link

@DavyJ0nes DavyJ0nes commented Aug 15, 2023

This is desired to have access to a markdown formatter that can render on both
Github and Backstage.

I have searched for Go based tools but unfortunately couldn't find one that fulfilled the requirements of:

  • easy to use
  • can recursively format all .md files in repo.

This is desired to have access to a markdown formatter that can render on both
Github and Backstage.
Copy link
Collaborator

@alethenorio alethenorio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

😒

@alethenorio
Copy link
Collaborator

@DavyJ0nes Did you run into issues with the existing formatter?

@DavyJ0nes
Copy link
Author

@DavyJ0nes Did you run into issues with the existing formatter?

Yeah, mainly with how it renders sublists and handles numbers in headings.
Sublists render fine in Github but in Backstage the nesting is removed.

@DavyJ0nes DavyJ0nes merged commit 9792cfc into master Aug 15, 2023
3 checks passed
@DavyJ0nes DavyJ0nes deleted the add-alternative-linter branch August 15, 2023 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants