From 4260b31ec059ffa2207f8f2541af1c3996b00cf9 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Sat, 9 Oct 2021 19:35:27 +0800 Subject: Update mdbook style and fix unreadable table head (#806) The styles are now pulled from upstream styles, some of the changes I submitted it back to upstream. Fix #796--- helix-core/src/selection.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'helix-core/src') diff --git a/helix-core/src/selection.rs b/helix-core/src/selection.rs index 755ee679..18af4d08 100644 --- a/helix-core/src/selection.rs +++ b/helix-core/src/selection.rs @@ -29,10 +29,10 @@ use std::borrow::Cow; /// "(anchor, head)", followed by example text with "[" and "]" /// inserted to represent the anchor and head positions: /// -/// - (0, 3): [Som]e text. -/// - (3, 0): ]Som[e text. -/// - (2, 7): So[me te]xt. -/// - (1, 1): S[]ome text. +/// - (0, 3): `[Som]e text`. +/// - (3, 0): `]Som[e text`. +/// - (2, 7): `So[me te]xt`. +/// - (1, 1): `S[]ome text`. /// /// Ranges are considered to be inclusive on the left and /// exclusive on the right, regardless of anchor-head ordering. -- cgit v1.2.3-70-g09d2