Saving FAQ’s can be done by clicking the Update FAQ
button or by pressing your computers native Save keyboard shortcut. Eg:
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.
Sometimes you don’t want a full sized responsive image. You can change this:
To this:
Simply add =100x200
(width x height) to your markdown.
Eg: ![Image](cat.jpeg =100x200)
This produces:
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
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