From f67361580b86958bc3b4d8b646f0a998b3a87ea8 Mon Sep 17 00:00:00 2001 From: Vinnie Magro Date: Tue, 31 Oct 2023 13:12:25 -0700 Subject: [PATCH] [antlir2][docs] fix note end marker Summary: Title Test Plan: testhard Reviewed By: epilatow Differential Revision: D50852808 fbshipit-source-id: db525cbdd1f933a46e1acce611e5c0f0b53b1772 --- antlir/antlir2/docs/docs/recipes/multi-os-images.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/antlir/antlir2/docs/docs/recipes/multi-os-images.md b/antlir/antlir2/docs/docs/recipes/multi-os-images.md index 336c1c4f8e1..a9e7a55839f 100644 --- a/antlir/antlir2/docs/docs/recipes/multi-os-images.md +++ b/antlir/antlir2/docs/docs/recipes/multi-os-images.md @@ -35,7 +35,8 @@ with a `select` that fails to cover the requested OS). :::note `default_os` is applied from the bottom-up. The leaf image being built takes over the configuration of the entire chain. In other words, the -`default_os` attribute of any `parent_layer`s is ignored. ::: +`default_os` attribute of any `parent_layer`s is ignored. +::: ## Base Image Recommendations