axiros / terminal_markdown_viewer

Styled Terminal Markdown Viewer
Other
1.81k stars 106 forks source link

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

Open nkh opened 5 years ago

nkh commented 5 years ago

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 commented 5 years ago

I confirm. This this new.