1
vote
2answers
48 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
3answers
46 views
Django templatetag for rendering a subset of html
I have some html (in this case created via TinyMCE) that I would like to add to a page. However, for security reason, I don't want to just print everything the user has entered.
D …
4
votes
2answers
97 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
1answer
32 views
Python Markdown: Markdown Inside HTML Blocks
Is there an extra for Python Markdown that supports Markdown inside HTML block elements, e.g. div, p
i.e. is there a way to convert this:
<div id="content">
[Google](ht …
0
votes
3answers
66 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 …
0
votes
2answers
25 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 …
0
votes
2answers
80 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
92 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
66 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
70 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 …
