From ceec4507db015900423c1e063e9b4df80787585a Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Wed, 28 Oct 2020 09:45:16 +0000 Subject: [PATCH] docs(outputs): run prettier on outputs.md Fixes #269 --- docs/docs/behavior/outputs.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/docs/behavior/outputs.md b/docs/docs/behavior/outputs.md index 50afac9c..324f6f40 100644 --- a/docs/docs/behavior/outputs.md +++ b/docs/docs/behavior/outputs.md @@ -42,18 +42,18 @@ The output selection behavior changes the preferred output on press. 1. Behavior binding to prefer sending keyboard output to USB - ``` - &out OUT_USB - ``` + ``` + &out OUT_USB + ``` 1. Behavior binding to prefer sending keyboard output to the current bluetooth profile - ``` - &out OUT_BLE - ``` + ``` + &out OUT_BLE + ``` 1. Behavior binding to toggle between preferring USB and BLE - ``` - &out OUT_TOG - ``` + ``` + &out OUT_TOG + ```