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