Skip to content

Commit

Permalink
Fix markdown rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie committed Nov 2, 2024
1 parent fc9f375 commit 3586c9a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar:
badge:
text: Updated
sidebar:
badge:
text: Updated
variant: note
title: Invoke-SpectreLive
---
Expand Down Expand Up @@ -53,15 +53,15 @@ Invoke-SpectreLive -Data $table -ScriptBlock {
}
}
```
<Asciinema
src={invokespectreliveExample1}
settings={{
loop: false,
terminalLineHeight: 1.1,
theme: "spectre",
fit: "none",
terminalFontFamily: "'Cascadia Code', monospace"
}}
<Asciinema
src={invokespectreliveExample1}
settings={{
loop: false,
terminalLineHeight: 1.1,
theme: "spectre",
fit: "none",
terminalFontFamily: "'Cascadia Code', monospace"
}}
/>


Expand Down Expand Up @@ -187,15 +187,15 @@ Invoke-SpectreLive -Data $layout -ScriptBlock {
}
}
```
<Asciinema
src={invokespectreliveExample2}
settings={{
loop: false,
terminalLineHeight: 1.1,
theme: "spectre",
fit: "none",
terminalFontFamily: "'Cascadia Code', monospace"
}}
<Asciinema
src={invokespectreliveExample2}
settings={{
loop: false,
terminalLineHeight: 1.1,
theme: "spectre",
fit: "none",
terminalFontFamily: "'Cascadia Code', monospace"
}}
/>


Expand All @@ -208,7 +208,7 @@ This is a simple example of creating a chat application. In this example a diffe
Set-SpectreColors -AccentColor DeepPink1
# Build root layout scaffolding for:
# .--------------------------------.
# +--------------------------------+
# | Title | <- Update-TitleComponent will render the title
# |--------------------------------|
# | | <- Update-MessageListComponent will display the list of messages here
Expand Down Expand Up @@ -375,15 +375,15 @@ Invoke-SpectreLive -Data $layout -ScriptBlock {
}
}
```
<Asciinema
src={invokespectreliveExample3}
settings={{
loop: false,
terminalLineHeight: 1.1,
theme: "spectre",
fit: "none",
terminalFontFamily: "'Cascadia Code', monospace"
}}
<Asciinema
src={invokespectreliveExample3}
settings={{
loop: false,
terminalLineHeight: 1.1,
theme: "spectre",
fit: "none",
terminalFontFamily: "'Cascadia Code', monospace"
}}
/>


Expand Down
2 changes: 1 addition & 1 deletion PwshSpectreConsole/public/live/Invoke-SpectreLive.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Invoke-SpectreLive -Data $layout -ScriptBlock {
Set-SpectreColors -AccentColor DeepPink1
# Build root layout scaffolding for:
# .--------------------------------.
# +--------------------------------+
# | Title | <- Update-TitleComponent will render the title
# |--------------------------------|
# | | <- Update-MessageListComponent will display the list of messages here
Expand Down

0 comments on commit 3586c9a

Please sign in to comment.