uiwjs / react-md-editor

A simple markdown editor with preview, implemented with React.js and TypeScript.
https://uiwjs.github.io/react-md-editor
MIT License
2.04k stars 149 forks source link

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

Closed RARgames closed 9 months ago

RARgames commented 9 months ago
  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]}
    />
  2. 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).
vercel[bot] commented 9 months ago

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

@uiwjs first needs to authorize it.