formula code authored by joha2's avatar joha2
Welcome to the pyrate wiki!
# Status of pyrate (according to email communication)
## Formulas
If you want to use formulas in issues or wikis, then the following example would be useful:
![equation](http://latex.codecogs.com/gif.latex?%5Cnabla%5Ctimes%20H%3D%5Cdot%7BD%7D%2BJ)
For generating the encoded URL, please use the http://www.url-encode-decode.com/ link.
But beware spaces get transformed into +, you need to substitute them by `%20` yourself.
Line breaks are possible to, just by inserting `\\`.
## Unittests
Due to the growing complexity of the program we have to write some unittests for every functionality.
Use the following external helper sites to assist improvement of the code
......
......