Problems with a single \
nav_first.pngFirst: thread:342
Other symbols
Edited: 24 Mar 2010 18:33 by: Gabrys
Comments: 0
Tags:
nav_prev.pngPrevious: thread:218
No end marking?
Edited: 30 Dec 2009 14:25 by: Steven Heynderickx
Comments: 1
Tags:

GabrysGabrys wrote on 22 Dec 2009 12:49

Imagine we have inline includes, which we probably want. There's no way to escape the following line:

sample in-line include: [[include somepage]]

If I want to escape this, I need to do this:

\sample in-line include: [[include somepage]]

But, this renders this:

ample in-line include: included content from some-page

(where "included content from some-page" is the content of some-page).

Possible solution: use 2 character escaping, for example by making a space needed after \, so that escaping works like this:

\ sample in-line include: [[include somepage]]

For consistency, bold, italics, strike-through, … could also require space after them:

\b sample in-line include: [[include somepage]]
\s sample in-line include: [[include somepage]]
\u sample in-line include: [[include somepage]]

This even seems better to me, since it's more readable.


Start a new sub-thread

Comments: 2

Add a New Comment
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License