Devesh
Devesh
# Bug Report 🐛 ## We get this error while trying to calculate the style of hyperlinks:  As you can see in [this](https://github.com/accordproject/web-components/blob/90973d4087a1505098ec43a8a9e2df92977987f8/packages/ui-markdown-editor/src/index.js#L149) line that we need the value...
Signed-off-by: Devesh # Closes #30 This PR builds on top of #289 and solves some of the problems that it had i.e. enter key problem, text crossing the border of...
# Closes #360 This PR will let people directly write formatted text with the help of markdown shortcuts. It adds the following features: 1. Code Inline → \`code inline\` →...
# Bug Report 🐛 As we have discussed in [this](https://github.com/accordproject/web-components/issues/267) thread and in [this](https://github.com/accordproject/web-components/issues/267#issuecomment-815826870) post, we should replace the terminology of `hardBreak` and `softBreak` with `lineBreak` and `paragraphBreak` that is...
# Feature Request 🛍️ This feature will be the next part of implementing WYSIWYG #321. As we already added #346 that helps us write heading directly with markdown shortcuts, this...
# Bug Report 🐛 When we press Enter in the middle of a sentence inside of a list, instead of pushing the rest of the sentence to the new line,...
# Closes #263 #267 ## Update **_This was my thought process of finding the problem and the solution._** ## Identifying the problem - As you can see [here](https://github.com/accordproject/web-components/blob/b6ccb71ca4e103d5c699ad4395653d55597f3919/packages/ui-markdown-editor/src/utilities/toolbarHelpers.js#L98), we do...
# Bug Report 🐛 The cursor would jump one line above when we would press enter from the beginning of any heading text  ## Expected Behavior The cursor should...
# Bug Report 🐛 When we move our cursor forward in a line with the right arrow where one of the words is a hyperlink, the link popup opens up...
# Bug Report 🐛 When we copy a block of text from one place to another, the text is copied properly but the blank lines between them are not getting...