gantt
title A Gantt Diagram
dateFormat hh:mm
axisFormat %H:%M
todayMarker stroke-width:5px,stroke:#0f0,opacity:0.5
section Mommy
Home :done, a1, 06:05, 06:45
HE Holmes :crit, a2, after a1, 07:20classDiagram
DraftApp <|-- User
DraftApp <|-- Team
DraftApp <|-- Prospect
Team <-- Prospect
DraftApp *--> TeamPick
class TeamPick {| title |
|---|
Walking Dog Concurrently |
stateDiagram
[*] --> waiting : LEAVE_HOME
waiting --> walk : START_WALKING
state walk {
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| title: Walking Dog | |
| --- | |
| ```mermaid | |
| stateDiagram | |
| [*] --> waiting : LEAVE_HOME | |
| waiting --> walk : START_WALKING | |
| state walk { | |
| [*] --> walking |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div> | |
| <div id="standardViewContent"> | |
| <div mui-row=""> | |
| <div id="detail-rail-container" class="details-page__sub-content mui-p-n-l mui-p-n-r animate-fast" mui-col="20/24"> | |
| <div mui-row=""> | |
| <header mui-col="1/5" class="detail-rail__info mui-p-l mui-m-b mui-p-t"> | |
| <h2 id="customer-name" class="gamma h2 mui-m-b">WO# 12344567</h2> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // This #include statement was automatically added by the Particle IDE. | |
| #include "HttpClient/HttpClient.h" | |
| int button_blue = D0; | |
| int button_red = D1; | |
| int button_reset = D2; | |
| int led = D7; | |
| bool latch_blue = false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul class="rating"> | |
| <li class="star-1"><a href="#1">1 star</a></li> | |
| <li class="star-2"><a href="#2">2 stars</a></li> | |
| <li class="star-3"><a href="#3">3 stars</a></li> | |
| <li class="star-4"><a href="#4">4 stars</a></li> | |
| <li class="star-5"><a href="#5">5 stars</a></li> | |
| </ul> | |
| <ul class="rating2"> | |
| <li class="star-1"><a href="#1">1 star</a></li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html class="no-js" lang=""> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <title></title> | |
| <meta name="description" content=""> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <link rel="stylesheet" href="css/normalize.min.css"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html class="no-js" lang=""> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <title></title> | |
| <meta name="description" content=""> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <link rel="stylesheet" href="css/normalize.min.css"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Set up line-height and colour defaults for this mixin. | |
| $line-height: 20px!default; | |
| $line-color: #94d4ff!default; | |
| /** | |
| * | |
| * Baseline Mixin | |
| * Handy dandy mixin to provide a baseline for your typography. | |
| * | |
| * The mixin carries two arguments — the $baseline, which should match your line-height, and $baseline-color, the colour you want the lines to be. |
NewerOlder