Coding Tips

Working with geometry using numpy, and other musings.

Maintained by Dan-Patterson

Markdown notes

comments

They begin

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


collapsible table of contents

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.