Tagged Questions

1
vote
3answers
63 views

Markdown vs. HTML in a CMS

I'm working on a fairly large CMS-like app that includes a forum, wiki pages, etc. What whould you chose between Markdown and HTML? I'm concerned about usability and the fact non-techie people will …
0
votes
5answers
65 views

WMD Preview Doesn’t Match Output

I am using WMD in a google app situation whereby the site administrator can update the pages of the site and the users see the information. The preview function is working fine and I can see the …
-1
votes
3answers
49 views

Markdown live preview in Textarea?

Are there any Javascript Markdown editing toolbars or libraries that show the live preview within the textarea and hide the formatting marks (, _ etc), similar to TinyMCE's implementation? If not, …
1
vote
1answer
45 views

PHP Markdown \n Question

I'm using http://michelf.com/projects/php-markdown/ for my markdown library and my question is that if i edit and remove the \n\n functionality would this work Because the users that i have, are …
0
votes
1answer
23 views

wmd markdown code problem

hi all i m using wmd markdown editor in my project and i have a problem with code tags: if i enter a code snippet , markdown does not convert to html correctly it converts in "<p>" tags but if i …
1
vote
2answers
38 views

markdown to HTML with customised WMD editor

For my application I customized slightly the way WMD behaves so when user enters empty lines, these are reflected in HTML output as <br />'s. Now I came to a point when I should store it …
19
votes
10answers
648 views

Is Markdown Friendly Enough for Non-Technical Users?

The Problem I love using markdown to write questions, answers, posts, comments etc. That being said, I am a very technical, detail oriented, programmer type. However, I am working on a CMS of sorts …
1
vote
3answers
80 views

How do I make django’s markdown filter transform a carriage return to <br />?

How can I change the default behavior in the markdown filter so that it transforms a newline to a br tag?
3
votes
4answers
769 views

Better ruby markdown interpreter?

I'm trying to find a markdown interpreter class/module that I can use in a rakefile. So far I've found maruku, but I'm a bit wary of beta releases. Has anyone had any issues with maruku? Or, do you …
1
vote
1answer
253 views

JavaScript libraries for Markdown, Textile and others; Anchor references

I need a javascript library to convert structured ascii text to html on the fly. I am especially interested in the following point: I would like do use anchored links inside pages, see …
2
votes
2answers
67 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 repository like github. …
2
votes
1answer
101 views

MarkItUp! continous preview refresh without hitting enter

I'm using MarkItUp (http://markitup.jaysalvat.com/) and can't really figure out how to get it to continuously update the preview pane as each character is typed (or even when a 'space' is …
0
votes
3answers
65 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. Does anyone know of a …
0
votes
1answer
45 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](http://www.google.com) …
3
votes
1answer
393 views

Python Regex Search And Replace

I'm not new to Python but a complete newbie with regular expressions (on my to do list) I am trying to use python re to convert a string such as [Hollywood Holt](http://www.hollywoodholt.com) to …

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