Advanced editor usage

Saving

Saving FAQ’s can be done by clicking the Update FAQ button or by pressing your computers native Save keyboard shortcut. Eg:

  • Mac = ⌘ + S / Ctrl + S
  • Windows Ctrl + S

Styling

To give you even more control over your content, ezyFAQ allows you to add attributes to your content which you can then style using Custom CSS or Bootstrap formatting.

Image sizing

Sometimes you don’t want a full sized responsive image. You can change this: Image

To this: Image

Simply add =100x200 (width x height) to your markdown.

Eg: ![Image](cat.jpeg =100x200)

This produces:

Classes

You can add a the text-center class to your content by adding {.text-center} to your the element. For example:

# Center header {.text-center}

Output:

Center header

Or

# Danger header {.text-danger}

Output:

Danger header

ID’s

Similar to classes you can add my-id ID to your content by adding {.my-id} to your the element. For example:

# header {#my-id}

Output:

header

Was this FAQ helpful?
FAQ details:
Published date: 04/11/2016
Last updated: 09/08/2019 (Support)
Author: Support
^ Top of Page