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

[Enhancement] More markdown #19

Open
Andrew-J-Larson opened this issue May 24, 2023 · 1 comment
Open

[Enhancement] More markdown #19

Andrew-J-Larson opened this issue May 24, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Andrew-J-Larson
Copy link
Owner

Andrew-J-Larson commented May 24, 2023

Discord now has header, bullet points, and numerated lists in markdown, need to program that into HTML to discord markdown converter.

Headers:

# H1
## H2
### H3
Then, it goes back to normal text.

Bullet points:

- one
- two
- three

Numerated list:

1. Starts with 1.
2. any numbers can be used after, and it'll correct its order
3. Must end in a number
@Andrew-J-Larson
Copy link
Owner Author

There's also markdown links now:

E.g.

[Text title](https://test.com)

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