-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Description
As a user, I want to have an option to see the Markdown source code when viewing a note in the Home page and copy the source code for easier sharing.
Acceptance Criteria
- New "Source" button added to show the markdown source, right of the current "Close";
- New "Copy" button added to copy the markdown source to clipboard, also aligned with the current "Close" button;
- Breakpoints and mobile styling added;
- When clicked the source button, user can see the markdown instead of the rendered code;
- When clicked the copy button, the markdown source code gets copied to clipboard;l
Reactions are currently unavailable