Kevin Puetz 981b517ccf
nested replacement fields may omit arg_id (#1681)
syntax.html already has examples like `fmt::format("{:.{}f}", 3.14, 1)` using this, 
and https://en.cppreference.com/w/cpp/utility/format/formatter#width_and_precision shows that this is the case for the C++20 std::format

The Format Specification Mini-Language grammar seems to be the only one not showing this; update it to match.
2020-05-13 17:20:05 -07:00
..
2015-05-19 08:13:13 -07:00
2019-11-28 08:09:46 -08:00
2020-05-10 18:05:46 -07:00
2018-12-28 15:05:42 -08:00
2018-03-04 10:11:44 -08:00
2015-05-19 08:13:13 -07:00
2016-04-24 10:39:33 -07:00
2019-12-13 15:49:40 -08:00
2020-01-18 06:59:21 -08:00