Open
Conversation
added 11 commits
April 10, 2019 15:03
This reverts commit 9c8f929.
…nViewerHtmlPanel control and this has been replaced with WebBrowser.
… Markdig option to get pretty output.
…ure rendering is working correctly.
…lution directory (the new Sample.md file)
…e control is re-rendered.
… tasks list after the lists features.
|
Can I get a copy of the compiled version of this? |
|
This looks nice. Hope the developer "with write access" will prove and implement this solution. Seems like there is no development anymore 😢. Maybe @charliedrewitt could be given the right to contribute to this project (or to "merge pull requests"). |
|
Is the original PR author still interested in this? I love this PR and would really want to see some more updates to this great plugin. So Charlie Drewitt, you could just take over and maintain your 'own' plugin? And I would be interested in the compiled version, too! Thank you so much! |
|
wonderful work, would be great to use it! thank you for your efforts in advance |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR changes the HTML rendering to be done by the default System.Windows.Forms WebBrowser control. For me, this results in support for things like Task Lists as well as nicer looking rendering.
I've also added the Bootstrap 3 stylesheet and enabled the UseBootstrap() feature of Markdig to generate bootstrap compatible css classes. Here's an example of how it looks without any custom user css added.
I've also updated the Nuget packages to a set which work, as some of the versions that were installed are no longer available on the package source.
Let me know what you think!