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/markup/basic.typ | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'tests/typ/markup/basic.typ') diff --git a/tests/typ/markup/basic.typ b/tests/typ/markup/basic.typ index 24c23e64..01582ceb 100644 --- a/tests/typ/markup/basic.typ +++ b/tests/typ/markup/basic.typ @@ -1,20 +1,10 @@ // Test basic markup. --- -#let linebreak() = [ - // Inside the old line break definition is still active. - #square(length: 3pt, fill: black) \ -] - A \ B \ C --- -// Paragraph breaks don't exist! -#let parbreak() = [ ] - -No more - -paragraph breaks +Paragraph breaks for you! -- cgit v1.2.3