Tagged Questions
1
vote
1answer
640 views
Problem with <pre> in markdown
Have a look at this question: http://stackapps.com/questions/1181/
Now hit edit and look at the preview. Doesn't match, does it?
Edit: Yes, I am aware that I didn't close the <pre> tag.
Repro ...
5
votes
4answers
153 views
If question starts with code declaration the first line of code is not escaped
class Student {
private String name;
public Student(String name){
this.name = name;
}
public String getName(){
return name;
}
}
class StudentServer {
public ...
0
votes
1answer
72 views
Markdown scripting is hanging my browser
I've been having problems with threads that contain a fair amount of code, marked with the "Code sample" feature. This thread is a good example. Opening the thread hangs my browser, Firefox 3.6, for ...
2
votes
2answers
72 views
Code at the beginning of a post is formatted differently between submit and preview
for (var i = 0; i < 42; i++) {
}
When code leads the post, Markdown differs between the preview and the submitted HTML. The submitted HTML does not format the code while the preview does.
Bug ...
0
votes
3answers
257 views
How do I add HTML to my posts using the editor?
Umm, I feel dumb for asking this, but how to I add HTML into my questions and answers with this editor? Sometimes it works for me and sometimes it doesn't...
I know about the faq, that the site uses ...
1
vote
2answers
217 views
Markdown Italics Bug Report
Erlang uses the underscore atom (in single quotes) quite a lot. See for instance here.
MatchExpression ::= [ MatchFunction, ... ]
MatchFunction ::= { MatchHead, MatchConditions, MatchBody }
MatchHead ...
3
votes
1answer
133 views
Greedy hyperlink texts
Consider the following answer of mine: http://stackoverflow.com/questions/1098031/symbian-series-40-60/1098265#1098265
[Nokia Series ...