Thank you both for your replies!
On Wed, Sep 2, 2020 at 9:49 AM Richard Hainsworth
wrote:
> The raku compiler allows for what you want. It is the Pod render module
> that has to do this work. SO
>
> I've just re-written Pod::To::HTML. It's in Raku::Pod::Render (Note the
> Raku at the beginni
The raku compiler allows for what you want. It is the Pod render module
that has to do this work. SO
I've just re-written Pod::To::HTML. It's in Raku::Pod::Render (Note the
Raku at the beginning, I also wrote another module with almost the same
name that doesn't do this).
The legacy Pod:
Unfortunately, neither rendered constraints nor image insertions are
implemented yet. Or it is so up to my knowledge, at least. I miss these
features too sometimes.
Best regards,
Vadim Belman
> On Aug 31, 2020, at 6:56 AM, Fernando Santagata
> wrote:
>
> Hello *,
>
> I was wondering wheth
Hello *,
I was wondering whether there's a way to tell that a section of pod6 should
be rendered only by a specific renderer.
My problem is that I want to show a figure in a README.md and I'm using
App::MI6, which builds the README.md file from the pod6 documentation in
the module file.
As far a