Tagged Questions
42
votes
6answers
7k views
Compare and contrast the lightweight markup languages (Textile, Markdown, and reStructuredText) [closed]
Please identify the most popular lightweight markup languages and compare their strengths and weaknesses. These languages should be general-purpose markup for technical prose, such as for ...
16
votes
8answers
7k views
Javascript to convert Markdown/Textile to HTML (and, ideally, back to Markdown/Textile)
There are several good Javascript editors for Markdown / Textile (e.g.: http://attacklab.net/showdown/, the one I'm using right now), but all I need is a Javascript function that converts a string ...
9
votes
5answers
869 views
How to store lightweight formatting (Textile, Markdown) in database?
I'm going to be implementing a lightweight formatting language (probably Textile, maybe Markdown) in a project I'm working on, and I'm wonder how best to store it in the database.
If the user is able ...
6
votes
2answers
2k 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 ...
4
votes
2answers
227 views
Rendering lightweight markup languages with maven
I would like to render project documentation in html from a lighweight markup language like markdown or textile. What's easiest way to do this?
4
votes
3answers
238 views
How would you go about auto-detecting Textile versus Markdown?
I'm considering supporting both Textile and Markdown on a current project. I would prefer not forcing users to choose one or the other. Is there a way to auto-detect which the user is using? How would ...
2
votes
1answer
557 views
rails markitup/markdown or textile
I would like to give my user's the option to nicely format their comments. I am not really looking for something super fancy, perhaps something lightweight.
There is a ton of information about ...
2
votes
2answers
1k views
Convert Textile Markup to Markdown?
I'm merging legacy Systems and some components use Markdown and others use Textile formatting. This is extremely confusing to my users. Therefore I want to standardize on Markdown.
Is there a way to ...
2
votes
1answer
207 views
What markup language to store in a DB?
Related: http://stackoverflow.com/questions/492515/how-to-store-lightweight-formatting-textile-markdown-in-database
I want to store comment formatting in some markup language in our DB. However, we ...
1
vote
1answer
100 views
yard 0.7.3 fails to build my README in both markdown and textile
I've decided to convert the README file in a project of mine to markdown and have been using yard verify the documentation rendered out ok. So I installed rdiscount, changed README to README.md and ...
1
vote
1answer
40 views
How do I escape the markdown parser for certain pieces of text?
I'm using textile to generate HTML for a specific page and in the copy, there is a need for (c) to be generated without the copyright symbol. Unfortunately, textile always does it. Is there a way in ...
1
vote
1answer
74 views
What's the standard file extension for textile files?
What's the standard file extension for textile files? I know that .md is commonly used for markdown files. I didn't know if there was a standard for textile.
1
vote
1answer
183 views
Handling more than one markup language in a text area
I'd like to now how to handle multiple markup languages (textile, markdown and bbcode) in a text area using ruby on rails 3.
The user would be able to select the markup language he/she wants to use, ...
0
votes
1answer
63 views
Django: markup - set the top heading
I am choosing between markup languages mentioned on https://docs.djangoproject.com/en/dev/ref/contrib/markup/ .
But I need one specific thing - set the top heading. By default, there is h1 the first ...
0
votes
1answer
254 views
Lightly styled text library for WPF?
Does anyone know of a lightly-marked-up-text to styled-text formatting library (ie. something like Markdown# or Textile.NET), but which produces a native XAML document (or rather, a FlowDocument model ...