retronews

a featureful fork of the luke8086/retronews hn+lobste.rs tui
Log | Files | Refs | README | LICENSE

test_lb_09.html (548B)


      1 <blockquote>
      2 <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>
      3 </blockquote>
      4 <blockquote>
      5 <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>
      6 <pre><code>def hello_world():
      7   print('hello')
      8   if True:
      9     print('world')
     10   print('!!!')
     11 
     12 hello_world()
     13 </code></pre>
     14 </blockquote>
     15 <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>
     16 <pre><code>def hello_world():
     17   print('hello')
     18   if True:
     19     print('world')
     20   print('!!!')
     21 
     22 hello_world()
     23 </code></pre>
     24 <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>