The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
0answers
127 views

Export BibleGatway page content in markdown format

Description When browsing Bible Gateway show a textinput field with a markdown formatted copy of the current page for easy copy/paste into SE questions and answers. This is especially useful for ...
1
vote
1answer
98 views

Is there a word-processor plugin for stackoverflow's markdown

I have started to grow accustomed to using SE's markdown system, and I love the way it looks. I was wondering, if there was a word-processor, or word processor plugin that uses the same markdown ...
2
votes
1answer
51 views

Comments in user timeline are returning Markdown

In users/{id}/timeline, the detail field for comment events is formatted with Markdown and not HTML. Is it normal? I saw in the question Comments are returning markdown that the API should return ...
0
votes
1answer
92 views

Comments are returning markdown.

Look at the output of the following: http://api.askubuntu.com/1.0/questions/12218?comments=true Output: { "comment_id": 12713, "creation_date": 1289269467, "owner": { ...
5
votes
3answers
154 views

Markdown versus HTML

Does the API always return question and answer bodies in HTML format? Is there any provided way to get them in Markdown format, for easier local editing? If not, please consider this a feature ...