Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Defn does not work recursively #45

Open
JJ opened this issue Sep 6, 2018 · 3 comments
Open

Defn does not work recursively #45

JJ opened this issue Sep 6, 2018 · 3 comments
Labels
external Things that actually do not depend on us.

Comments

@JJ
Copy link

JJ commented Sep 6, 2018

In this example:

use v6;

use Pod::To::HTML;

my $pod = q:to/END/;
=pod
=defn What is this
My I<super B<awesome>> embedded C<pod>
document!
END
say Pod::To::HTML.render($pod);

Produced HTML is:

<dt>What is this</dt>
<dd><p>My I&lt;super B&lt;awesome&gt;&gt; embedded C&lt;pod&gt; document!</p>
JJ added a commit to JJ/my-raku-examples that referenced this issue Sep 16, 2018
@JJ
Copy link
Author

JJ commented Dec 8, 2018

I think this is the same problem as #17. Defn is returned as text, not as a block...

@JJ JJ added the external Things that actually do not depend on us. label Aug 2, 2019
@cfa
Copy link

cfa commented Nov 3, 2019

Related: Raku/doc@d4c9b23 (=defn dropped in favour of multi-paragraph lists because of this issue).

@cfa
Copy link

cfa commented Nov 3, 2019

See also @tbrowder's rakudo/rakudo#3275 report.

cfa referenced this issue in Raku/doc Nov 3, 2019
Markup in =defn terms and definitions is currently ignored; the use of
itemisation here is a workaround.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external Things that actually do not depend on us.
Projects
None yet
Development

No branches or pull requests

2 participants