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

Fixes: added issue, table, help to commands, task list more like in github #582

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

RARgames
Copy link
Contributor

@RARgames RARgames commented Oct 16, 2023

  1. I forgot to add issue, table, help to commands (in the previous PR) so anyone can use it like this:
<MDEditor 
  commands={[...commands.getCommands(), commands.divider, commands.issue, commands.table, commands.help]}
/>
  1. Task list - always add unfinished task in the new line
    This is how Github handles it.
    It makes sense, as you add new task, you probably want to finish them in the future (not add them as finished).

This is how Github handles it.
It makes sense, as you add new task, you probably want to finish them in the future (not add them as finished).
@vercel
Copy link

vercel bot commented Oct 16, 2023

@RARgames is attempting to deploy a commit to a Personal Account owned by @uiwjs on Vercel.

@uiwjs first needs to authorize it.

@jaywcjlove jaywcjlove merged commit a82c76b into uiwjs:master Oct 16, 2023
github-actions bot added a commit that referenced this pull request Oct 16, 2023
…e in github (#582)

* fix: Task list - always add unfinished task in the new line

This is how Github handles it.
It makes sense, as you add new task, you probably want to finish them in the future (not add them as finished).

* fix: Added issue, table, help to commands a82c76b
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