Closed ccoupe closed 7 years ago
# TODO: How do I get kd:text out of el?
def convert_strong(el)
results = []
#puts "el attr: #{el.attr.inspect}" #none
el.children.each do |inner_el|
puts "inner el: #{inner_el.inspect}"
puts "Inner #{inner_el.text}"
end
#%[para (strong(t))]
nil
end
How about el.value
?
Currently it just replaces the bolded text with STRONG. Italics might need some love too.