Babu Annamalai

Results 63 comments of Babu Annamalai

Resolved via https://github.com/mysticmind/reversemarkdown-net/commit/485eefdb25eb31b006b5fcf5a415e9c583f4e1bb

@Chris-Marassovich Appreciate if you could share few examples with source html and the converted markdown text so that I get a better picture of what you are facing as an...

Thanks for reporting this. Currently the carriage returns/line feed are determined by OS environment where the code runs. Let me see how best to deal with the carriage returns in...

It is going to be quite a challenge to achieve/satisfy linting rules fully since we are converting html back to markdown in the reverse. In most cases, html contains both...

Let me give it a thought on the optimization bit, will keep you posted.

@Dreglor thanks for reporting this, will check and keep you updated.

Line - draw a straight line. I noticed that you could double-click to remove the arrow head to derive a straight line. It would be good to have just the...

@dalbarracin could you please share a more detailed stack trace?

@phillip-haydon I have added a fix to check the value and if it is an empty array then unnest on an array with a null value. This portion of code...

I was largely focusing on solving the issue as per the issue title trying to handle the case of array being empty. So the `or` condition is a different problem...