[solved] Escaping of Backslash in forum post/preview
-
I noticed, that when writing blackslashes here in posts, i should escape them (double them) to look correctly in preview. However after submiting the post, the backslashes aren't evaluated and there was staying double blackslashes in my post.
For example windows path like this:
- C:\This\will\look\good\in Preview Post
- C:\This\will\look\good_after Submit_
When i hit preview i see something like this:
@
C:\This\will\look\good\in Preview Post
C:Thiswilllookgood_after Submit_
@So i think the preview part should not evaluate the backslashes?