All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- 馃帀 new flag
-images-typeto specify a default suffix for all the images- specifying this flag when including images, you can omit the extension
- example: if flag has
-images-type png, you can write[[bulb]]instead of[[build.png]]
- updated the README markdown file
- improve argument parsing
- when invoked without args, an attempt is made to read from standard input
- 馃悰 Line with no leading stars causes nil pointer dereference #2
-
馃摑 more test cases
-
馃帀 new flag
images-pathto specify the base images folder- now when including images, you can specify just the filename
- example: if flag has
-images-path '/Icons/AwesomFonts', you can write[[bulb.png]]instead of[[/Icons/AwesomFonts/build.png]]
-
馃帀 new flag
limto specify after how many characters to wrap the text
- updated the README markdown file
- 馃悰 removed
go.sumfrom the .gitignore file
- 馃帀 First release!