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

Tables #11

Open
JimmyCushnie opened this issue Jan 18, 2021 · 0 comments
Open

Tables #11

JimmyCushnie opened this issue Jan 18, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@JimmyCushnie
Copy link
Owner

You should be able to create markdown tables, like this one!

Input:

| Heading one!                                                 | Heading two!                                                 | Heading three!                          |
| ------------------------------------------------------------ | ------------------------------------------------------------ | --------------------------------------- |
| Look at this crazy stuff!                                    | You can even include **markdown *formatting*** within tables! | fdsafdsafdsa                            |
| I am trained in gorilla warfare and I’m the top sniper in the entire US armed forces. You are nothing to me but just another target. I will wipe you the fuck out with precision the likes of which has never been seen before on this Earth, mark my fucking words. | graaaaaaaafdsafdsafdsafdsafdsa                               | nh ufeawnf ewan fhewaui fhewauif hdsaui |

Looks like:

Heading one! Heading two! Heading three!
Look at this crazy stuff! You can even include markdown formatting within tables! fdsafdsafdsa
I am trained in gorilla warfare and I’m the top sniper in the entire US armed forces. You are nothing to me but just another target. I will wipe you the fuck out with precision the likes of which has never been seen before on this Earth, mark my fucking words. graaaaaaaafdsafdsafdsafdsafdsa nh ufeawnf ewan fhewaui fhewauif hdsaui

This is going to be insanely complicated to implement. Glhf

@JimmyCushnie JimmyCushnie added the enhancement New feature or request label Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant