atproto-based blog in ruby

inline code type

Changed files
+2
views
+2
views/paragraph.haml
··· 24 24 %u>= content 25 25 - when "link" 26 26 %a{ href: formatting.first["href"] }>= content 27 + - when "code-inline" 28 + %code>= content 27 29 - else 28 30 = content 29 31