Questions tagged [pagedown]

PageDown is the JavaScript Markdown previewer used on Stack Overflow and the rest of the Stack Exchange network. It includes a Markdown-to-HTML converter and an in-page Markdown editor with live preview.

PageDown is the version of Attacklab's Showdown and WMD as used on Stack Overflow and the other Stack Exchange sites.

It includes a converter that turns Markdown into HTML, a Markdown editor with realtime preview of the generated HTML, and a few useful plugins, e.g. for sanitizing the generated HTML according to a whitelist of allowed tags.

The Markdown converter can be used both in the browser (usually in conjunction with the editor, to display a real time preview), and on the server using Node.JS.

156 questions
0
votes
1 answer

django-pagedown seems to be overriding the default Django admin styling -- did I do something wrong with `collectstatic`?

I've just installed django-pagedown according to this post. I added in all the code and once I did a ./manage.py collectstatic, I noticed that when I navigated to any DetailPage in the admin (e.g. to add/edit an object), the styling changes. For…
3cheesewheel
  • 9,133
  • 9
  • 39
  • 59
0
votes
0 answers

pageup or page down keystrokes not recorded when recording automation test scripts

In trying to test a website for inserting text but the element needing the text inserted is out of view, which has causes the script to fail. I need to scroll the scroll bar, press the page down key or pres the space bar to move the webpage. I am…
0
votes
1 answer

Markdown sharp and \n

I have recently started using markdownsharp. 1).... 2).... The problem is that when I use single return key i.e (\n) then there is no effect. When I do use \n\n then the MarkdownSharp represent it as paragraph tag istead. However, I want the \n to…
Spirals Whirls
  • 543
  • 1
  • 8
  • 27
0
votes
1 answer

pagedown editor full screen mode

I'm using pagedown editor. Its a clone of stackoverflow editor. This is the official project page of that editor. Can someone tell me how to implement fullscreen mode.? In fullscreen mode I want the editor in the left 50% area and preview in the…
PrivateUser
  • 4,474
  • 12
  • 61
  • 94
0
votes
1 answer

PageDown output as HTML unexpected token ;

I'm trying to show the results from my PageDown textarea on the show view in rails. The example I am following is here: http://code.google.com/p/pagedown/wiki/PageDown