/ README.md
README.md
1 2 # Table of Contents 3 4 1. [Feature 1](#org2f26b2b) 5 1. [Nested heading](#org9d206bb) 6 7 8 9 <a id="org2f26b2b"></a> 10 11 # Feature 1 12 13 Testing out radicle’s org-mode rendering! 14 15 <table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> 16 17 18 <colgroup> 19 <col class="org-left" /> 20 21 <col class="org-left" /> 22 </colgroup> 23 <thead> 24 <tr> 25 <th scope="col" class="org-left">Header 1</th> 26 <th scope="col" class="org-left">Header 2</th> 27 </tr> 28 29 <tr> 30 <th scope="col" class="org-left">hello</th> 31 <th scope="col" class="org-left">world</th> 32 </tr> 33 </thead> 34 <tbody> 35 <tr> 36 <td class="org-left">How</td> 37 <td class="org-left">Do</td> 38 </tr> 39 40 <tr> 41 <td class="org-left">You</td> 42 <td class="org-left">Do?</td> 43 </tr> 44 </tbody> 45 </table> 46 47 48 <a id="org9d206bb"></a> 49 50 ## Nested heading 51 52 - And code block 53 - Maybe lists too? 54 55 fn main() { 56 println!("Hello world!"); 57 } 58