< and > not rendered properly in code section, become < and >
nkh opened this issue · 1 comments
nkh commented
rendered code
USAGE
| use Data::Dump::Tree ;
|
| class MyClass { has Int
|
| 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 commented
I confirm. This this new.