Snippets

Chigozirim Chukwu Example of bullet lists in markdown

Updated by Chigozirim Chukwu

File Screenshot_2021-03-29 Example of bullet lists in markdown — Bitbucket.png Added

  • Ignore whitespace
  • Hide word diff
Updated by Chigozirim Chukwu

File bulletlist.md Modified

  • Ignore whitespace
  • Hide word diff
+Trying to replicate: https://gist.github.com/smac89/bc0ff6c7e41396293367b00df626317b
+
 | **Date**   | **A** | **B**  
 |:----------:|:-----:|:------: 
 |    2016    |  Something  | <ul></ul>  |
 &copy; special entities work
 
 &amp;&copy; if you want to escape it
+
+None of the above works
Updated by Chigozirim Chukwu

File bulletlist.md Modified

  • Ignore whitespace
  • Hide word diff
 <ul><li>A</li><li>B</li></ul><ul><li>C</li></ul>
 
 <b>this will be bold</b>
+
 you should escape &lt;unknown&gt; tags
+
 &copy; special entities work
-&amp;copy; if you want to escape it
+
+&amp;&copy; if you want to escape it
Updated by Chigozirim Chukwu

File bulletlist.md Modified

  • Ignore whitespace
  • Hide word diff
 |:----------:|:-----:|:------: 
 |    2016    |  Something  | <ul></ul>  |
 
-<ul><li>A</li><li>B</li></ul><ul><li>C</li></ul>
+<ul><li>A</li><li>B</li></ul><ul><li>C</li></ul>
+
+<b>this will be bold</b>
+you should escape &lt;unknown&gt; tags
+&copy; special entities work
+&amp;copy; if you want to escape it
Updated by Chigozirim Chukwu

File bulletlist.md Modified

  • Ignore whitespace
  • Hide word diff
 | **Date**   | **A** | **B**  
 |:----------:|:-----:|:------: 
-|    2016    |  Something  | <ul></ul>  |
+|    2016    |  Something  | <ul></ul>  |
+
+<ul><li>A</li><li>B</li></ul><ul><li>C</li></ul>
  1. 1
  2. 2
  3. 3
  4. 4
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.