Shreya Sharma

Results 24 comments of Shreya Sharma

@jywarren @emilyashley @cesswairimu please verify the same.

hey @cesswairimu sure! I would love to give this a try. Thanks

@govindgoel I checked but the bug doesn't follow a fixed pattern. Sometimes it adds a new line to plain text as well and sometimes it doesn't. I have trouble pinpointing...

@keshav234156 @NitinBhasneria @Shulammite-Aso if any of you has worked with woofmark before, can you help me figure out how this function works? Thanks. ```javascript var rleading = /^(\**)/; var rtrailing...

The problem with bold tags only occurs in rich text mode, or when we switch modes. From what I've observed the problem goes like this. Sample Text: Here are a...

The function `wrapping` is used for three formatting options: The `boldOrItalic`, `blockquote` and `codeblock`. They behave similarly though it is not noticeable since they inherently shift the selected text to...

@jywarren I had a query. Since you've worked with this piece of code before, is there any case where closing any open tag before formatting would be absolutely necessary? Because...

Could you point me to where the woofmark tests are defined? I went through the code and description of woofmark but couldn't pinpoint them. I'm thinking of cases where `pushover()`...

Hi @keshav234156 , here's a rough idea: `pushover()` looks for opening and closing of tags and calls `pushoverOtherTags()` . This defines the opening and closing of tag. ```js var rclosed...

The more I work on this, the more I feel that I'm not looking in the right direction. People tend to bolden a word or a line, not a complete...