Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 541 Bytes

File metadata and controls

19 lines (11 loc) · 541 Bytes

Contributing

search open issues or create an issue and and we'll help point you in the right direction.

Submitting a Pull Request

  1. Fork it.
  2. Create a branch (git checkout -b my_markup)
  3. Commit your changes (git commit -am "Added Snarkdown")
  4. Push to the branch (git push origin my_markup)
  5. Open a Pull Request

Testing

To run the tests use your favorite NUnit runner.