File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,14 +113,19 @@ task dev:help # Development tasks only
113113
114114# ## Example Output
115115
116- ` ` ` html
117- <span style="color:red;">This should be red using HTML span+style</span>
118- ` ` `
116+ $\textcolor{blue}{===\ Build\ ===}$
117+
118+ $\color{green}{build\ \color{white}Build\ the\ project}$
119+
120+ $\color{green}{compile\ \color{white}Compile\ sources}$
121+
122+ $\textcolor{blue}{===\ Testing\ ===}$
123+
124+ $\color{green}{test\ \color{white}Run\ tests}$
119125
120- # # $ \textcolor{red}{Red\ Text\ using\ LaTeX} $
126+ $\color{green}{test:unit\ \color{white}Run\ unit\ tests\ only} $
121127
122- $\textcolor{blue}{Blue\ Text\ using\ LaTeX}$
123- $\color{green}{Green\ Text\ using\ LaTeX}$
128+ $\color{green}{test:e2e\ \color{white}Run\ end-to-end\ tests}$
124129
125130` ` ` text
126131=== Build ===
You can’t perform that action at this time.
0 commit comments