Tagged Questions
14
votes
4answers
1k views
.NET - Server-side Markdown to HTML Conversion
What is a good open source .NET library to convert markdown to HTML on the server?
If this has been answered somewhere else please point me to the post. Thanks.
8
votes
2answers
219 views
Any WPF based Markdown renderer?
We have WPF based application. We have separate String repository where the texts are edited in the web. In our WPF application, we use the text from string repository. Our document team use the some ...
6
votes
2answers
494 views
Markdown for .NET? How does SO render it on the fly?
I'm just getting into Markdown and think it's the bee's knees. I'm working in ASP.NET (MVC) and am wondering if there are any good .NET libraries for Markdown, and am also curious how SO renders it on ...
4
votes
2answers
246 views
What is the best way to store WMD input/markdown in SQL server and display later?
I'm looking at using WMD in my project instead of my existing RadEditor. I have been reading a few posts on how to store and retrieve the data, and I want to make sure I have the concept correct ...
2
votes
2answers
98 views
MarkdownSharp is converting Url's that contain underscore characters
I am using MarkdownSharp in one of my projects and have noticed that if any of my Url's contain pairs of underscore characters somewhere within it, it's treated as italic and therefore replaces the _ ...
2
votes
1answer
719 views
Markdown for .NET/C#?
is there a way i can have markdown in .NET/C# application?
i wonder shld i store the data in HTML or markdown text? if i store the data in HTML, when the user edits, they will see HTML, but if i ...
2
votes
4answers
408 views
Markdown in .NET
Is there a Third Party library available for .NET projects that can convert a markdown document into html server-side? I.e. I've stored Markdown text in a database that needs to be converted to html ...
1
vote
1answer
214 views
Convert Html or RTF to Markdown or Wiki Compatible syntax?
Is there a .net api that can do this? I saw Pandoc has a standalone exe that I could wrap but I'd rather not if there is something already out there. Any suggestions?
1
vote
4answers
275 views
Markdown wikiengine
Do anyone know of a wiki engine that uses markdown?
I'm not going to use ASP.Net, but do post ASP.Net based solutions anyway if you know any.
Update
Please note the .Net tag. I'm only interested in ...
1
vote
1answer
103 views
Where can I find a pre-compiled Markdown# dll?
I'd like to use Markdown# in a project I'm working on (Not a .Net project, but I have the ability to instantiate .Net class libraries and use them natively). Unfortunately I haven't been able to find ...
1
vote
1answer
284 views
C#/.NET library for source code formatting, like the one used by Stack Overflow?
I am writing a command line tool to convert Markdown text to html output, which seems easy enough.
However, I am wondering how to get nice syntax coloring for embedded code blocks, like the one used ...
1
vote
1answer
272 views
MarkdownSharp/Markdown.NET: How to retrieve non-formatted text from markdown?
Sometimes it may be useful to transform markdown to pure text (for sending in e-mail for instance).
Does any of these libraries support this functionality? (I'm actually more insterested in ...
1
vote
4answers
584 views
Get raw text from markdown'ed text
In my DB, I have a text that is markdown'ed. The same way than SO does when showing the excerpts of the questions, I would like to get the N first characters of the text, i.e. all formatting must be ...
0
votes
0answers
20 views
Possible to extend MarkdownDeep / MarkdownDeepEditor in an easy way?
I think markdowndeep looks promising (www.toptensoftware.com/markdowndeep). But I need a simple way to extend the functionality of it, including markdowndeepeditor. I'd like to:
add custom syntax ...