Profile image

[Update]Useful tips for the Simpleplanes creator

2,741 JcJensonmanufacturers  8 days ago

To create a clickable link in the description on SimplePlanes

Steps to Add a Link in the Description

  1. Use the following Markdown format:

[Your Text](Your Link)

Replace Your Text with the text you want to display.

To make text larger in the description of SimplePlanes using Markdown, unfortunately, Markdown itself does not support increasing text size directly. However, you can use formatting tricks to make text stand out or look "larger" in appearance:


  1. Use All Caps (Capital Letters)

Writing in all caps can give the appearance of larger text:

THIS IS A BIGGER TEXT


  1. Use Bold Text

Surround your text with double asterisks (**) for bold formatting:

This is bold text

Output: This is bold text


  1. Combine Bold and Italic

Use triple asterisks (*) to make the text bold and italic:

This is bold and italic text

Output: This is bold and italic text


  1. Use Symbols or Spacing

Add symbols like = or # to mimic headers:

# HEADER-LIKE TEXT

Output:

HEADER-LIKE TEXT


Example Description:

Here’s an example combining these tricks:

MY SUPER PLANE

FEATURES:
- FAST SPEED
- STRONG BUILD
- EASY TO FLY

THANK YOU FOR DOWNLOADING!

This will display a "larger-looking" description with emphasis on key points. Let me know if you want further customization!