axiros/terminal_markdown_viewer

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

nkh opened this issue · 1 comments

nkh commented

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 ;

I confirm. This this new.