[Edit: Issues, Bugs, and Requested Features should be tracked at Google Code, not here -- matt, 2010-04-23]
Less Wrong is still under construction. Please post any bugs or issues with Less Wrong to this thread. Try to keep each comment thread a clean discussion of each bug or issue.
Requested features... sure, go ahead, but bear in mind we may not be able to implement for a while.
Although indented (not quoted, indented) text shows up fine in the editor, it does not show in the actual article. Perhaps the "p" tag is not cleared to show the style="padding-left: 30px;" attribute - it shows up in the editor's HTML, but not in the actual article.
We filter user submitted HTML to remove potentially unsafe content. style attributes are one of the things that gets removed because in IE you can embed javascript in them. I thought that all of the markup the editor was generating was permitted but it looks like this one case where that's not true. I've raised an issue to fix it. #122