MeetBit Documentation
  • MeetBit Documentation
  • Meeting Links
    • Quick Start for Meeting Links
    • Managing Meeting Links
    • Meeting Link Publishing & Versioning
    • Meeting Link Representatives
    • Meeting Link Settings
    • Meeting Link Notifications
    • Embedding Meeting Links
    • Meeting Link Query Parameters
  • Calendar & Events
    • Quick Start for Calendar & Events
    • Creating & Updating Events
    • Rescheduling Events
    • Reassigning Events
    • Canceling Events
  • Forms
    • Quick Start for Forms
    • Creating, Updating & Deleting Forms
    • Contents of a Form
    • Viewing Form Responses
    • Deleting & Restoring a Form Response
  • Rooms
    • Quick Start for Rooms
    • Conference Rooms
      • Creating, Updating & Deleting Conference Rooms
      • Conference Room Attendees
      • Conference Room Recordings
      • Conference Room Privacy
      • Supported Devices
    • Chat Rooms
      • Updating & Deleting Chat Rooms
  • Chat
    • Coming Soon
  • Notifications
    • Quick Start for Notifications
    • Managing Notifications
    • Notification Triggers
    • Notification Blocks
    • Liquid Templating for Notifications
  • Page Designs
    • Quick Start for Page Designs
    • Creating, Updating & Deleting Page Designs
    • Page Design Publishing & Versioning
    • Page Design Settings
    • Liquid Templating for Page Designs
  • Reporting
    • Activities
    • Performance
    • Exports
  • Billing & Usage
    • Usage
    • Contracts
    • Invoices
  • Access & Permissions
    • Users
    • Departments
    • Roles
    • Access Control
    • Single Sign-On
      • MeetBit SSO with Microsoft Entra
      • MeetBit SSO with Google Identity Platform
  • Others
    • GitHub Markdown
    • Liquid Templating
Powered by GitBook
On this page
  • Headings
  • Styling Text
  • Links
  • Reference

Was this helpful?

  1. Others

GitHub Markdown

PreviousMeetBit SSO with Google Identity PlatformNextLiquid Templating

Last updated 11 months ago

Was this helpful?

MeetBit uses GitHub's version of Markdown to style several customer-facing elements of the platform. This section is a brief guide outlining the basics of using GitHub Markdown. For more in-depth knowledge, you can refer to the .

Contrary to GitGub's Markdown version, MeetBit does not permit the use of HTML code in any of its fields that employ Markdown.

Markdown is commonly used along with . In these cases, Liquid is applied first before Markdown processing takes place.

Headings

Headings are denoted by the hash sign (#). The number of hash signs denotes what level of heading it is.

# Heading 1
## Heading 2
### Heading 3

Styling Text

Markdown allows you to stylize your text by making it bold, italic, and strikethrough.

**This is bold**
*This is italic**

Links

You may include clickable links to external URLs through Markdown.

You may click the link [here](https://meetbit.io).

Reference

official Github Markdown documentation
Liquid Templating
Official Github Markdown Documentation