tangled
alpha
login
or
join now
shreyanjain.net
/
atblog
4
fork
atom
atproto-based blog in ruby
4
fork
atom
overview
issues
pulls
pipelines
raw html element
shreyanjain.net
10 months ago
83d1f11a
e4229284
+2
1 changed file
expand all
collapse all
unified
split
views
block.haml
+2
views/block.haml
···
5
5
- if @text.empty?
6
6
- else
7
7
%p<>!= haml :paragraph
8
8
+
- when "html"
9
9
+
!= section["text"]
8
10
- when "list"
9
11
%ol
10
12
- section["text"].each do |elem|