Documentation is an important part of software development, But sometimes, large blocks of code or steps with multiple, lengthy steps can overtake the main points being made to the reader. In these situations, try using the HTML <details> tag to allow for content to be initially hidden and expanded if the reader wants to explore …
Month: February 2021
Have you ever needed to convert the contents of a CSV file to Markdown table format? SQLite comes to the rescue with just a handful of commands.