From e0f3e85076ba9d3d24467c60ba2c6eeb0b437ab2 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 29 May 2024 19:09:54 -0700 Subject: [PATCH] Fix markdown --- doc/syntax.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/syntax.md b/doc/syntax.md index e2a5219d..a24f7edb 100644 --- a/doc/syntax.md +++ b/doc/syntax.md @@ -27,8 +27,8 @@ output instead of the replacement field. The *arg_id* is optionally followed by a *format_spec*, which is preceded by a colon `':'`. These specify a non-default format for the replacement value. -See also the [Format Specification Mini-Language](#format-specification-mini- -language) section. +See also the [Format Specification Mini-Language +](#format-specification-mini-language) section. If the numerical arg_ids in a format string are 0, 1, 2, \... in sequence, they can all be omitted (not just some) and the numbers 0, 1,