0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 16, 2024 — Oct 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... about 6 years ago
Update README.md More... about 6 years ago
Cleaned-up appveyor.yml More... over 6 years ago
Configuring Appveyor to build and publish NuGet package More... over 6 years ago
Remove API key and NuGet info from appveyor config More... over 6 years ago
Added Nuget package creation More... over 6 years ago
Merge pull request #16 from ViktorHofer/master More... over 6 years ago
Update to .NET Standard 2.0 More... about 7 years ago
Prevented crash if null value returned from function that provides value for a custom table column. Blank string is used. More... about 11 years ago
Added support for excluding collection properties when building a Markdown table More... about 11 years ago
Fixed failing unit test More... about 11 years ago
Add support for displaying zero-length activities on Gantt Chart More... about 11 years ago
Add test for scaled Gantt chart More... about 11 years ago
Add support for negative Gantt chart activities More... about 11 years ago
Added Gantt chart More... about 11 years ago
Added NuGet Package support for Windows Phone Silverlight 8.1 (wp8 target) More... about 11 years ago
Disable NuGet automatic publish More... about 11 years ago
Changed formatting of the iOS TableView Markdown element. Swapped dashes for underscores to rreduce likelihood of confusion for Markdown parsers More... about 11 years ago
Add support for portable-net45+sl50+MonoAndroid10+MonoTouch10 NuGet target More... about 11 years ago
Included the excellent MarkdownDeep parser for converting Markdown to HTML (with full support for GFM tables). I had to make minor changes to the MarkdownDeep source (remove support for sizing images, changed string.Compare to use alternative overload) so it would work within the constraints of Portable .NET code. Removed MarkdownSharp implementation (it is superceded by MarkdownDeep), but I left the MarkdownToHtmlConverter.Transform method in, for backwards compatibility (it now calls MarkdownDeep's Transform method) More... about 11 years ago
Add copyright and license boilerplate to all source files More... about 11 years ago
Added MarkdownDeep into the unit tests project to convert MD to HTML. It has full support for tables More... about 11 years ago
Fixed deploy section indent More... about 11 years ago
Added new Portable Framework target to nuspec Included build files in VS Solution More... about 11 years ago
Experimenting with build
stu
More... about 11 years ago
Experimenting with build
stu
More... about 11 years ago
Experimenting with build
stu
More... about 11 years ago
Improved formatting - used <pre> blocks for markdown example output, rather than as C# comments in a code block
stu
More... about 11 years ago
Merge branch 'master' of https://github.com/Wheelies/MarkdownLog
stu
More... about 11 years ago
Temporarily commented out the Nuget package deploy. This should only be done on a separate non-dev branch
stu
More... about 11 years ago