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

Support for Markdown output? #5

Open
sulmar opened this issue Jun 6, 2023 · 4 comments
Open

Support for Markdown output? #5

sulmar opened this issue Jun 6, 2023 · 4 comments
Labels
enhancement New feature or request Rendering Rendering feature

Comments

@sulmar
Copy link

sulmar commented Jun 6, 2023

Markdown is very popular format and support by GitHub. I propose to add the possibility of output to it.

@MoaidHathot
Copy link
Owner

Hi @sulmar, thanks for the suggestion!
More output formats are on my roadmap. Although Markdown wasn't one of them, I will add it and bump it in the list.
This will be easily achievable once I finish my current work on abstracting the table builder (in a week or two).
Having said that, I'm not sure I could implement the Markdown output in the upcoming month, as I'm busy with work and other features.
I'm happy to help you and other community members if you would like to implement it and contribute the code in the meantime :)

@MoaidHathot MoaidHathot added enhancement New feature or request Rendering Rendering feature labels Jun 6, 2023
@sulmar
Copy link
Author

sulmar commented Jun 6, 2023

I will be happy to help you with markdown. I look forward to abstraction.

@EugeneKrapivin
Copy link

how'd you expect to use markdown? a tabular representation of a dataset?
I have a short code snippet I wrote to write md tables

https://dotnetfiddle.net/ipCnoc

this might be a kickstarter, It supports alignment as well (not shown in the demo code).
@MoaidHathot how do you see MD formatting output of an object dump?

@MoaidHathot
Copy link
Owner

@EugeneKrapivin, I didn't get to it yet, but I imagined it being dumped as text, similar to the existing DumpText() extension method.
Once the new engine is ready, it should be extremely easy to implement new types of object dumps, including by consumers.
Thanks for the code snippet, I will take a look :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Rendering Rendering feature
Projects
None yet
Development

No branches or pull requests

3 participants