Releases: devils2ndself/SSGo
Releases · devils2ndself/SSGo
SSGo 0.4
This release was partly thanks to @rudychung
Markdown italics, bold, links, and config files support.
- Refactored the code to use regular expressions. which made it possible to have italics, bold, and links!
- Rudy implemented JSON config file support, thanks for that!
SSGo 0.3
Some more Markdown features!
Added:
- Markdown Horizontal Rule
---(or***,___) turned into HTML<hr> - Markdown inline code
blocks(wrapped into ` characters) turned into<code>HTML tags.
SSGo 0.2
This update made possible all thanks to @Eakam1007, he wrote the code and the new documentation
This release offers a new feature, which marks the start of something bigger, support for .md files.
.mdfiles are now accepted as input, or if in folder, will be turned into HTML with certain Markdown features- If HTML is being generated from
.md, Markdown Headings 1 and 2 (# and ##) will be supported
SSGo 0.1.1
What's changed?
-
Small fix regarding
distcontent removal. Nowdistwill not be wiped if the specified input is invalid, i.e. if file is not.txtor folder contains 0.txtfiles. -
Also some logging changes, the logging is not so obnoxious anymore.
release 0.1
First release, definitely not final, but software is never ready