Re: Another markup-escaping question

Posted by mojavelinux on
URL: https://discuss.asciidoctor.org/Another-markup-escaping-question-tp5665p5674.html

One more trick. You can add indentation, then strip it away during conversion. That's even cleaner:

--
[indent=0]
----
  --
  Lorem ipsum.
  --
----
--


On Mon, Jun 19, 2017 at 3:03 AM, Dan Allen <[hidden email]> wrote:

On Mon, Jun 19, 2017 at 3:02 AM, Dan Allen <[hidden email]> wrote:
:open-block-delimiter: --
--
[subs=attributes+]
----
{open-block-delimiter}
----
--

You could also use:

--
[subs=attributes+]
----
{blank}--
----
--

-Dan

--
Dan Allen | @mojavelinux | https://twitter.com/mojavelinux



--
Dan Allen | @mojavelinux | https://twitter.com/mojavelinux