Explore >> Select a destination


You are here

roneo.org
| | purefun.dev
2.1 parsecs away

Travel
| | Are you using Hugo the static site generator? Is your markdown not allowing custom html, like you might be used to from other contexts: Markdown is usually a superset of html after all. "For any markup that is not covered by Markdown's syntax, you simply use HTML itself". Sometimes however, Hugo's markdown renderer seems to ship in a safe mode, where you suppsedly can take input from users you don't trust and safely render it on your site.
| | jdhao.github.io
2.4 parsecs away

Travel
| | Due to Markdown's inability to center and resize image properly, I use the raw HTML tags inside markdown file to include images: ?? Markdown ??????????????????? HTML tags ?????(????????????????):
| | justinmiller.io
3.8 parsecs away

Travel
| | [AI summary] The author explores repurposing the Hugo static site generator as a single-user wiki, enabling future-proof linking and a 'coming soon' page for missing content.
| | www.softdevtube.com
32.6 parsecs away

Travel
| Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle,