Categories: DatabasesNews

Markdown Links– Remembering the Basics from Blog Posts – SQLServerCentral

1 min read

For some reason, I can never remember how to do markdown links. I know to use the hash symbol (#) for headings. I know that asterisks do bold, or italics, though I can’t remember one or two without checking. This seems to work for me. Though when I check the markdownguide.org, I see I’ve forgotten underscores can be used.

I know numbers and dashes for lists, that’s intuitive. I get that and use it all the time.

But I can’t remember how to do links. I know parenthesis and brackets are involved, but I constantly seem to get it wrong.

Writing help memory

At least for me, writing actually helps my memory. so, I’m writing this on a piece of paper.

[text](link)

As a matter of fact, I’ll write it a couple times, and type it here.

[text](link)

[voice of the dba](http://www.voiceofthedba.com)

while I’m at it.

![text](image)

Maybe now I’ll remember this.

The post Markdown Links– Remembering the Basics appeared first on SQLServerCentral.

Share
Published by

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago