Commit Graph

12 Commits

Author SHA1 Message Date
Christoph Herb
517d9f1695 34 Fix wrong new-line behavior 2025-02-10 17:07:10 +01:00
Christoph Herb
00c2810da8 update README 2024-12-26 18:38:59 +01:00
Christoph Herb
9ed61c541f Update README 2024-12-18 23:27:18 +01:00
Christoph Herb
6a0536e37a 8 Add support for github markdown emojis 2024-12-18 23:24:29 +01:00
Christoph Herb
b16c697c83 3 Add support for mermaid diagrams 2024-10-31 18:36:41 +01:00
Christoph Herb
95cd0b562e add todo feature, update example image, improve readme 2024-10-11 00:02:52 +02:00
Christoph Herb
497800757f add alert blocks 2024-10-10 18:31:41 +02:00
Christoph Herb
59152be7b3 fix minor bug, add todos 2024-10-10 00:34:56 +02:00
Christoph Herb
9bb188e278 feat: Improve README.md rendering and add new flags for customization
Added support for rendering the `README.md` file with a markdown parser, allowing users to customize the behavior with new flags. The `-r=false` flag can be used to disable rendering of the README.md file if no file is provided.

Updated the `cmd/root.go` file to include the new flags and updated the `pkg/client.go` file to reflect the changes in the client struct.
2024-10-10 00:13:28 +02:00
Christoph Herb
40fa2a7b86 feat: Update go-grip to use golangci-lint and improve build process
This commit updates the go-grip project to use golangci-lint for code quality checks, improves the build process by adding a check for formatting errors, and enhances the release workflow by using the new golangci-lint action.

The changes address issues with code quality and maintainability, ensuring that the project adheres to best practices. The improved build process reduces the risk of formatting errors, while the updated release workflow ensures that the project is properly formatted before being released.
2024-10-09 23:48:08 +02:00
Christoph Herb
41c7fab59b improve usability 2024-10-09 22:49:34 +02:00
Christoph Herb
a72317b093 add basic features 2024-10-09 22:03:53 +02:00