From b91a3c5f9afc49e54426e834256e91249feaeb8d Mon Sep 17 00:00:00 2001 From: Rea Rustagi <85902999+rustagir@users.noreply.github.com> Date: Tue, 11 Mar 2025 09:35:38 -0400 Subject: [PATCH] fix line spacing in feature compat doc (#3315) --- docs/feature-compatibility.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/feature-compatibility.txt b/docs/feature-compatibility.txt index 965be2ebb..c36d30812 100644 --- a/docs/feature-compatibility.txt +++ b/docs/feature-compatibility.txt @@ -65,10 +65,11 @@ Database Features - *Unsupported* * - Multi-database Support / Multiple Schemas - - *Unsupported* Laravel uses a dot separator (``.``) - between SQL schema and table names, but MongoDB allows ``.`` - characters within collection names, which might lead to - unexpected namespace parsing. + - | *Unsupported* + | Laravel uses a dot separator (``.``) + between SQL schema and table names, but MongoDB allows ``.`` + characters within collection names, which might lead to + unexpected namespace parsing. Query Features --------------