Problem was to come up with a solution to parse the MD file input like in github md files.
if we have input like **User** is my *Name* Then the output should be User is my Name
word surrounded by ** should be used to make it bold and word surrounded by * should to converted to italic
Second round was to design the autocorrect solution for editors
Can anyone post the java solution for this