Skip to content

Commit 472e9d8

Browse files
committed
color test
1 parent 4efb306 commit 472e9d8

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff 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 ===

0 commit comments

Comments
 (0)