summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-02-10 15:18:10 -0600
committerAdam <[email protected]>2026-02-10 15:18:57 -0600
commit21475a1dfde8286ca918ec6bd638ea1296b34252 (patch)
tree68948c58b0c25f8b31af0da7d7272bae8b7f792c /packages/web/src
parentdce4c05fa9168ca78029142b06363c910cedd06c (diff)
downloadopencode-21475a1dfde8286ca918ec6bd638ea1296b34252.tar.gz
opencode-21475a1dfde8286ca918ec6bd638ea1296b34252.zip
fix(docs): invalid markdown
Diffstat (limited to 'packages/web/src')
-rw-r--r--packages/web/src/content/docs/bs/tui.mdx8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/web/src/content/docs/bs/tui.mdx b/packages/web/src/content/docs/bs/tui.mdx
index a4bf01c7f..f9c97f4c6 100644
--- a/packages/web/src/content/docs/bs/tui.mdx
+++ b/packages/web/src/content/docs/bs/tui.mdx
@@ -292,7 +292,7 @@ Obje naredbe `/editor` i `/export` koriste editor specificiran u vašoj varijabl
<Tabs>
<TabItem label="Linux/macOS">
-````bash
+ ```bash
# Example for nano or vim
export EDITOR=nano
export EDITOR=vim
@@ -309,7 +309,7 @@ Obje naredbe `/editor` i `/export` koriste editor specificiran u vašoj varijabl
<TabItem label="Windows (CMD)">
-```bash
+ ```bash
set EDITOR=notepad
# For GUI editors, VS Code, Cursor, VSCodium, Windsurf, Zed, etc.
@@ -324,7 +324,7 @@ Obje naredbe `/editor` i `/export` koriste editor specificiran u vašoj varijabl
<TabItem label="Windows (PowerShell)">
-```powershell
+ ```powershell
$env:EDITOR = "notepad"
# For GUI editors, VS Code, Cursor, VSCodium, Windsurf, Zed, etc.
@@ -370,7 +370,7 @@ Možete prilagoditi TUI ponašanje putem vašeg OpenCode konfiguracionog fajla.
}
}
}
-````
+```
### Opcije