Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-13 | Fix empty title regression | xengineering | |
If no title is detected, a default text should be inserted instead. This avoids not clickable links on the index page. | |||
2023-04-13 | Remove LinkLine type from markup | xengineering | |
This was not fully implemented and looks better as normal text line than as <pre> element. | |||
2023-04-12 | Implement markup to HTML conversion | xengineering | |
The new custom and text/gemini inspired markup has to be converted to HTML to display the recipe. | |||
2023-04-08 | Move title parsing to new markup.go file | xengineering | |
The new recipe markup which replaces Markdown will need an own file to be implemented. |