mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-08 13:54:54 +00:00
Semantic UI extension? #86
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @phil-scott-78 on GitHub (Feb 1, 2017).
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 on GitHub (Feb 3, 2017):
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...