Subject: | Formatting Codes are not being correctly handled |
Date: | Tue, 27 Dec 2016 16:17:21 +0100 |
To: | bug-Pod-AsciiDoctor [...] rt.cpan.org |
From: | Santiago Zarate <santiago.zarate [...] suse.com> |
Subject: | Formatting Codes are not being correctly handled |
To: | bug-Pod-AsciiDoctor [...] rt.cpan.org |
From: | Santiago Zarate <santiago.zarate [...] suse.com> |
Currently if you have the following pod[1] code, when using
Pod::Asciidoctor, the inline formatting code will not be properly
handled, for example if C<foo> is used, it will be rendered as C<foo>
when the expected output is `foo` instead. The same applies for others.
This issue has been also reported on github:
https://github.com/benignbala/pod-asciidoctor/issues/3
[1] pod:
=head2 autoinst_url
autoinst_url([$path, $query]);
returns the base URL to contact the local C<os-autoinst> service
Optional C<$path> argument is appended after base url.
Optional HASHREF C<$query> is converted to URL query and appended
after path.
Returns constructor URL. Can be used inline:
script_run("curl " . autoinst_url . "/data");
=cut
--
Santiago <santiago.zarate@suse.com>
Senior Software Engineer Quality Assurance
SUSE Linux GmbH
Maxfeldstr. 5
D-90409 Nürnberg
Tel: +49-911-74053-284;
Fax: +49-911-7417755
https://www.suse.com/
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard,
Graham Norton, HRB 21284 (AG Nürnberg)
Message body not shown because it is not plain text.