Basics of Formatting | Scribe

    Basics of Formatting

    • Patrick Law |
    • 16 steps |
    • 2 minutes
      1
      Understanding the Basics of Formatting
      2
      Using Markdown for Simple Formatting
      3
      Markdown provides a lightweight and straightforward way to format text. Headers are created with `#`, bold text is enclosed in `**`, and italics are wrapped in `_` or `*`. Lists can be formatted as ordered with numbers or unordered with dashes or asterisks.
      4
      **Example Prompt**: \ *"Write a simple engineering guide on calculating pipe flow rate, including required information, a formula, and step-by-step instructions, formatted in Markdown."*
      5
      Click here
      6
      Using HTML for Advanced Formatting
      7
      HTML allows for greater control over the layout and presentation of content. Tags such as `<h1>` for headers, `<p>` for paragraphs, and `<ul>` or `<ol>` for lists define structure and hierarchy.
      8
      **Example Prompt**: \ *"Write a simple engineering guide on calculating pipe flow rate, including required information, a formula, and step-by-step instructions, formatted in HTML."*
      9
      The results should look like this.
      10
      Combining Markdown and HTML
      11
      Combining Markdown and HTML provides simplicity for basic elements and flexibility for complex structures. Markdown can be used for quick text styling within HTML-defined structures.
      12
      **Example Prompt**: \ *"Write a simple engineering guide on calculating pipe flow rate, including required information, a formula, and step-by-step instructions, formatted in both HTML and Markdown."*
      13
      Results should look like this
      14
      Using Plain Text for Simplicity
      15
      Plain text offers a straightforward format for sharing information without any special styling or syntax.
      16
      **Example Prompt**: \ *"Write a simple engineering guide on calculating pipe flow rate, including required information, a formula, and step-by-step instructions, formatted in plain text."*