xoofx / markdig

A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET
BSD 2-Clause "Simplified" License
4.2k stars 443 forks source link

Semantic UI extension? #90

Open phil-scott-78 opened 7 years ago

phil-scott-78 commented 7 years ago

I'm using Semantic UI for my site, and much like bootstrap you gotta add extra markup to tables and images to get them to conform. I've gone ahead and built the implementation out as a separate nuget package, but I wanted to float the idea of bringing it into the markdig project itself with it being so simple.

Here's the repo for the project - https://github.com/enkafan/Markdig.SemanticUi

xoofx commented 7 years ago

Yeah, may be it will be good to try to fit this into a "generalized" version of the Bootstrap extension... If the main purpose is to add some HTML classes to some specific elements, that should be feasible...