Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.16 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.16 KB

Tasmota Documentation

This is the repo for documentation of the Tasmota open source alternative firmware for ESP8266 available from https://github.com/arendst/Tasmota

Built on MkDocs using Material for MkDocs theme.

Netlify Status

Editing Articles

Edit only articles in /docs folder.

All paths are relative.

Use strict markdown syntax. See Markdown Cheatsheet for a quick reference.

Markdown Enhancements

Marker Highlight

If you want higlight text with marker style yellow enclose it in == ==. More details...

Tabs

Start each tab section with === "Tab title. More information... and indent the tab content by 4 spaces.

Superscript text

Enclose text in ^ ^ to superscript it. Example H^2^0 renders H2O