From 5afb42ad89abb518a01a09051f0f9b6f75bd383e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 9 Jun 2021 00:37:13 +0200 Subject: Lists with indent-based parsing - Unordered lists with indent-based parsing and basic layout using stacks - Headings are now also indent based - Removes syntax functions since they will be superseded by select & transform --- tests/typ/code/include.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/code/include.typ') diff --git a/tests/typ/code/include.typ b/tests/typ/code/include.typ index 945a041d..8080c6e8 100644 --- a/tests/typ/code/include.typ +++ b/tests/typ/code/include.typ @@ -13,7 +13,7 @@ // Expression as a file name. #let chap2 = include "import" + "able/chap" + "2.typ" -_ -- Intermission -- _ +-- _Intermission_ -- #chap2 { -- cgit v1.2.3