FoE Helper
  • Home
  • Deutsch
    • Installation
    • Module
      • Alarm
      • Armeen
      • Blaue Galaxie Helfer
      • Discord Webhooks
      • Eigenanteilsrechner
      • Einstellungen
      • Ereignisse
      • FP-Einsammlungen
      • Freunde in Unterhaltungen
      • Gebäude Effizienzbewertung
      • Gebäude-Kits
      • GEX Ergebnisse
      • Gilden Mitglieder Übersicht
      • Gildengefechte
      • Infobox
      • Investitionen
      • Kampagne
      • Kostenrechner
      • LG Investitionen
      • Markt Filter
      • Moppel assistent
      • Merger Game
      • Notizen
      • Produktionsübersicht
      • Siedlung
      • Späher status
      • Stadtübersicht
      • Statistiken
      • Technologien
      • Verhandlungsassistent
    • Webseite
      • Stadtplaner
    • Mithelfen
      • Github
      • Markdown
      • Dokumentation schreiben
    • Api Token
  • English
    • Installation
    • Modules
      • Alerts
      • Blue Galaxy Helper
      • Building Efficiency Rating
      • Continent Map Overview
      • FP Collector Overview
      • Discord Webhooks
      • FP Investments
      • GB Calculator
      • GB Cost Calculator
      • GB Investment
      • GE Results
      • Guild Battleground (GBG)
      • Guild Member Overview
      • Incidents
      • Info Box
      • Market Filter
      • Merger Game
      • Military Units Overview
      • Motivate/Polish Helper
      • Negotiation Helper
      • Notes
      • Production Overview
      • Scouting Info
      • Sets, Upgrades & Kits
      • Settings
      • Settlements Overview
      • Statistics
      • Technology (Tech) Tree
      • Town Overview
    • Website
      • CityMap
    • Helping out
      • Github
      • Markdown
      • Writing documentation
    • Api Token
  • Français
    • Installation
    • Modules
      • Aide Galaxie Bleue
      • Aide Motivation / Polissage
      • Aide Négociation
      • Alarme
      • Aperçu collecteur PF
      • Aperçu de la production
      • Aperçu de la ville
      • Aperçu des membres de la guilde
      • Aperçu des unités militaires
      • Assistant min-jeu Aztèque
      • Arbre des technologies
      • Calculatrice GM Externe
      • Calculatrice GM Interne
      • Carte de campagne
      • Champ de bataille de guilde
      • Colonie culturelle
      • Comparer les amis
      • Discord Webhooks
      • Efficience des bâtiments
      • Filtre du marché
      • GcG
      • Incidents
      • Infos de l'éclaireur
      • Infos Système
      • Investissement GM
      • Investissement PF
      • Notes
      • Pack et Améliorations
      • Paramètres
      • Recherche GM
      • Résultat de l'EG
      • Statistiques
      • Système de chateau
    • Site Web
      • Planificateur de cité
    • Jeton API
    • Aide
      • Github
      • Markdown
      • Ecrire un doc
  • Italian
    • Installazione
    • Sito
      • Mappa della città
    • Aiuto
      • Github
      • Markdown
      • Scrittura della documentazione
Powered by GitBook
On this page
  • Headings
  • Images
  • Links
  • Hints
  1. Français
  2. Aide

Markdown

PreviousGithubNextEcrire un doc

Last updated 2 years ago

The complete documentation is written in markdown code. Here are some examples:

Headings

Markdown
HTML
Rendered Output

# Heading level 1

<h1>Heading level 1</h1>

Heading level 1

## Heading level 2

<h2>Heading level 2</h2>

Heading level 2

### Heading level 3

<h3>Heading level 3</h3>

Heading level 3

#### Heading level 4

<h4>Heading level 4</h4>

Heading level 4

##### Heading level 5

<h5>Heading level 5</h5>

Heading level 5


Images

Screenshots can also be submitted. For uniformity, we may replace graphics with our own.

The images are always stored in the same folder level in a .images directory. They are then linked in this way:

![Test image](https://github.com/mainIine/foe-helper-docs/raw/master/en/guide/.images/app48.png)

Rendered

Test image

Links

Links are always converted automatically and do not require any extra code.


Hints

Hints can created by the following syntax:

<div data-gb-custom-block data-tag="hint" data-style='info'>

Hello world

</div>

These values are possible: info, success, danger & warning

Examples:

Info hint

Success hint

Danger hint

Warning hint