Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Zohar Peled committed Dec 27, 2023
2 parents df5d480 + 569aadf commit bf5cbe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/How-to-use.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h4 style="text-align:center;" id="Write">Using <strong>ExtendedConsole</strong>
// Write multiple markup lines:
exConsole.WriteLines(
"This method writes multiple lines to the Console",
"As any other method in the ExtendedConsole project, it also &lt;c f='black' b='Yellow'&gt;supports markup.&lt;c&gt;"
"As any other method in the ExtendedConsole project, it also &lt;c f='black' b='Yellow'&gt;supports markup.&lt;/c&gt;"
);
</code></pre>
<div style="text-align:center;"><a href="#">Back to the top</a></div>
Expand Down
3 changes: 2 additions & 1 deletion docs/docs/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ <h1 style="text-align:center">An introduction to ExtendedConsole</h1>
</p>
<p>
Your basic Hello world looks like this:
<pre><code class="lang-csharp">class Program
<pre><code class="lang-csharp">using ExtendedConsole;
class Program
{
private static ExConsole exConsole = new ExConsole();

Expand Down

0 comments on commit bf5cbe1

Please sign in to comment.