|
PITS /
01047Summary: Escape-block within a
code block to enable (inline) markupCreated: 2008-09-16 05:13
Status: Open
Category: Feature
From: JanBernitt?
Assigned:
Priority: 5
Version: 2.2.0+
OS: -
Description: Would be nice to have a escape block within code blocks to use some markup with in. I think a example can explain it in a short way: Lets assume the escape block is marked by:
This should place a link within my code block. For a single line code block this:
would nearly look the same and has a working link but if there is a hole block:
it doesn't work this way and I think there isn't yet a way to make it work without spliting the code-block in multiple blocks. I think it would be enough to enable all inline markups through such a escape sequence. The font should not explicite change back to the default font of the page so the monospace layout is not destroyed until I would force this by define some CSS doing it. Like:
pre > a { font-family:serif; }
Thanks and greets, Jan |