nea / MarkdownViewerPlusPlus

A Notepad++ Plugin to view a Markdown file rendered on-the-fly
MIT License
1.17k stars 143 forks source link

not whole file rendered #60

Closed vrz closed 6 years ago

vrz commented 6 years ago

not whole preview of markdown file visible

nea commented 6 years ago

Hi @vrz

Could you give me an example markdown you want to view or a screenshot?

Thanks a lot

vrz commented 6 years ago

Notepad++ ver. 7.5.4 Windows 7 x64 MarkdownViewer++ ver. 0.8.0.19087

Среда, 21 февраля 2018, 13:29 +03:00 от Savas Ziplies notifications@github.com:

Hi @vrz Could you give me an example markdown you want to view or a screenshot? Thanks a lot — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub , or mute the thread .

nea commented 6 years ago

Hey @vrz

Thanks for that. I was looking for what is not rendered completely? What does your text look like in Npp?

Thanks a lot

vrz commented 6 years ago

I'm not understanding your questions. I've sent you file 'markdown.md' &  screenshot. On screenshot you can see that viewer stopped on string 'Incomplete t'. It is incompleted line #299 in original file, which totally has 797 lines.

Среда, 21 февраля 2018, 15:15 +03:00 от Savas Ziplies notifications@github.com:

Hey @vrz Thanks for that. I was looking for what is not rendered completely? What does your text look like in Npp? Thanks a lot — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub , or mute the thread .


Приглашаем пообщаться на www.talk.ru

nea commented 6 years ago

Hey @vrz

This is the Github Forum and no email communication, so I do not get your attachments, sorry.

You would have to add them directly to the Github thread at https://github.com/nea/MarkdownViewerPlusPlus/issues/60 and not via mail reply.

Thanks

vrz commented 6 years ago

mdNpp.zip

einaruk commented 6 years ago

I am also not able to render tasklist as in below example;

vrz commented 6 years ago

problem not just with tasklist mdnpp_bug

nea commented 6 years ago

Hey @vrz, @einaruk

Sorry about the hold up but we are mixing a lot of things here and I have to sort that out first and need to really know every single issue.

Regarding task lists: The output to HTML is correct, so if you export it you would have the correct result. But the currently used HTMLRenderer does not support <input> fields and therefore these are not rendered. I am thinking of adding additional support for the IE View as a fallback, but have to think about that first.

Regarding your second problem: What exactly is missing here? What you selected looks correct.

Thanks

vrz commented 6 years ago

File preview stopped at line 168. File has 1232 lines. version 0.7.1 shows all correctly

vrz commented 6 years ago

version 0.7.1 mdnpp_good

nea commented 6 years ago

Hey @vrz

Thanks a lot for this use case. I don't know if I forgot something after the long time getting back into the project but it stops after 10000 characters... don't know why atm but will look into it.

Thanks a lot

nea commented 6 years ago

Hi @vrz

Found the bug. Unfortunately an old bug I brought back in after this long time ^^'

Really sorry about that. Will be fixed with version 0.8.1 very soon.

Thanks big times for your helpful feedback