Noviship
  • Noviship Courier Management System
  • System Overview
    • Organizational Hierarchy
    • Concepts
  • Administration Interface
    • Shipment View
      • Timeline
    • Data Tables
      • Exporting Table Data
      • Sigmas
  • Reports
    • Designing Reports
    • Pivot Tables
    • Variables
  • Tags
    • Progress Tags
    • Tag Parameters
  • Billing
    • Reconciliation
    • Manual Invoices
    • Adjusting Shipment Price
  • Shipments
    • Shipment States
    • Pickup Requests
    • Tracking Report
  • Customer Management
    • Customize Shipment References
    • Terms & Conditions
      • Creating a Terms Document
    • Issuing API Keys
  • Rules and Standards
    • Usernames
  • Payments
    • Credit Card Processing
    • Receiving Payments
  • Address Books
    • Bulk Editing Contacts
  • Batches
    • Batch Shipment Editor
  • Integration
    • WooCommerce
      • Using the WooCommerce Plugin
      • Shipping Zones
    • Shopify
      • Installing the Noviship App
      • Configuring the Shopify Integration
      • Troubleshooting
  • Guides
    • Changing Usernames
    • Manual Reconciliation
    • Changing Shipment Status
    • Offer Report
    • Markdown
    • Refunding, Crediting and Adding Surcharges
    • Reporting on Surcharges with Pivot Tables
  • Knowledgebase
    • Difficulty Installing Zebra Printer on Windows 10
Powered by GitBook
On this page
  • Headers
  • Lists
  • Emphasis

Was this helpful?

  1. Guides

Markdown

How to use Markdown for rich text editing

Markdown is a simple syntax for adding rich content to text without the complexity of HTML or other formatting languages.

Markdown is intended to be easy to read even without the formatting applied.

Headers

To make a header in Markdown, start the line with one or more hash symbols (#) to indicate the header level. So "# Header" is a level 1 header while "### Header" is a level 3 header.

# Header Level 1

Some Text

## Header Level 2

A paragraph of text below the Level 2 header.

Lists

Simply start lists with the number of the item followed by a dot, or a hyphen for non-numbered lists. Sub-lists are simply prefixed with additional spaces.

1. Item 1
2. Item 2
  2.1 Item 2 sub section 1

- Item 1
- Item 2
  - Item 2.1
    - Item 2.1.1

Emphasis

To emphasize a word or phrase, surround them with asterisks (usually italics). To further emphasize the text, use two asterisks (usually bold).

This is an *italic* word and this is **bold** word

PreviousOffer ReportNextRefunding, Crediting and Adding Surcharges

Last updated 5 years ago

Was this helpful?