Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.01 KB

markdown_notes.md

File metadata and controls

51 lines (37 loc) · 1.01 KB

Markdown notes

comments

They begin

<!-- A comment between the exclamation marks ! -->


collapsible table of contents

  • The first one just contains one block.
  • The second one contains two blocks.
  • Click Raw to see the actual code.
1. This link is closed. Click me to see more This is where all the great stuff goes, all on one level.
2. Another level in the level
A line break before more stuff.
  • list
  • second
  • third
2.1 This one is open by default. Click me to collapse...
def some_func:
   """There is </br> and a blank line before the ``def``"""
   return "hello"

So this one hides all the levels.


Line breaks

Especially after an image, use:

<br clear="all">

This provides a clear break and removes the need to pad with extra lines.