Tagged Questions

0
votes
2answers
16 views

Markdown and XSS

Ok, so I have been reading about markdown here on SO and elsewhere and the steps between user-input and the db are usually given as convert markdown to html sanitize html (w/whi …
3
votes
2answers
88 views

Computing article abstracts

I'm looking for a way to automatically produce an abstract, basically the first few sentances/paragraphs of a blog entry, to display in a list of articles (which are written in mar …
0
votes
3answers
60 views

Request for comments: What should the syntax be to include code snippets in Markdown? (from external files)

I've been using Markdown recently. One of my biggest problems with Markdown is that Markdown has no syntax for including files within a document (vs., say, the listings package fo …
1
vote
1answer
26 views

I seek parser markdown-file for presentation

hi, I search web-based markdown-file parser to presentation. I want to presentation from online markdown-file, realtime parse. Because I want to manege markdown-files on git repos …
0
votes
2answers
71 views

Is it the best practice to store content in the database as html when content is written in markdown?

Or is just saving markdown and rendering it on requests usually okay? I'm writing a site that uses markdown for content. Stack overflow similarly uses markdown for comments and qu …
2
votes
3answers
85 views

What’s a good syntax for an HTML link markdown to make internal links easier?

I want to create a good syntax for making it easier to link to internal things, kind of like a Wiki, so maybe I'm thinking the user can use something like: Bah bah bah reference: …
1
vote
2answers
60 views

Custom Markdown for PHP handling new lines

Hello World, I need custom Markdown library for PHP which converts new lines to <br/> without the need to put double space on the end of the line, kinda like here on SO. I'v …
3
votes
1answer
65 views

Markdown And Escaping Javascript Line Breaks

I am writing a markdown compiler in Erlang for server-side use. Because it will need to work with clients I have decided to adopt the client side library (showdown.js) as the speci …
0
votes
2answers
71 views

How make a better markdown for developer blog

I'm rebuilding my blog at http://www.elmalabarista.com/blog/. I have use in my previous version markdown and now I remember why I have almost zero code samples. Doing code samples …
3
votes
2answers
111 views

What is the simplest implementation of Markdown for a Cocoa application?

I'm writing a Cocoa application in Objective-C, and I would like to be able to incorporate Markdown. The user will enter text in Markdown syntax, click an "export" button, and the …
1
vote
3answers
129 views

Sanitize Markdown in Rails?

Users can edit "articles" in my application. Each article is mastered in the DB and sent to the client as Markdown -- I convert it to HTML client side with Javascript. I'm doing t …
1
vote
0answers
33 views

How can I intercept and modify markdown from the wmd markdown editor before it posts? [closed]

I'm starting a Stack Exchange site and I want to be able to intercept the question text before and after the markdown script gets at it. I want to be be able to enter [custom-tag …
0
votes
2answers
63 views

javascript showdown, markdown not parsing correctly

I have a little confusing problem. I have two files, both that run showdown however it seems that only one file parses correctly. Here's the deal. File 1 . Is run through php an …
0
votes
1answer
38 views

How to zip a WordprocessingML folder into readable docx

I have been trying to write a simple Markdown -> docx parser/writer, but am completely stuck with the last part, which should be the easiest: i.e. compressing the folder into a .do …
0
votes
2answers
41 views

How do I know if I need to use a Markdown library?

I've been finding that a lot of Github projects use Markdown. I originally thought this library was only needed on sites like StackOverflow that include the ability for users to ad …

1 2 3 4 5 7 next
15 30 50 per page