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

< and > not rendered properly in code section, become &lt and &gt #75

Open
nkh opened this issue Jun 7, 2019 · 1 comment
Open

< and > not rendered properly in code section, become &lt and &gt #75

nkh opened this issue Jun 7, 2019 · 1 comment

Comments

@nkh
Copy link

nkh commented Jun 7, 2019

rendered code

USAGE

| use Data::Dump::Tree ;
|
| class MyClass { has Int $.size ; has Str $.name }
|
| my $s = [
| 'text',
| Rat.new(31, 10),
| {
| a => 1,
| b => 'string',
| },
| MyClass.new(:size(6), :name<P6 class>),
| 'aaa' ~~ m:g/(a)/,
| ] ;
|
| ddt $s, :title<A complex structure> ;
|
| ddt $s, :!color ;

@Sispheor
Copy link

I confirm. This this new.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants