Files
pandoc/test/command
John MacFarlane a36d202e86 Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.
The parameter is Extensions. This allows these functions to
be sensitive to the settings of `Ext_gfm_auto_identifiers` and
`Ext_ascii_identifiers`.

This allows us to use `uniqueIdent` in the CommonMark reader,
replacing some custom code.

It also means that `gfm_auto_identifiers` can now be used
in all formats.

Semantically, `gfm_auto_identifiers` is now a modifier of
`auto_identifiers`; for identifiers to be set, `auto_identifiers`
must be turned on, and then the type of identifier produced
depends on `gfm_auto_identifiers` and `ascii_identifiers` are set.

Closes #5057.
2018-11-11 13:46:23 -08:00
..
2018-07-02 19:07:28 +03:00
2017-12-22 10:36:37 -08:00
2017-11-01 09:27:51 -07:00
2017-11-04 10:35:52 -07:00
2017-11-08 21:54:23 -08:00
2017-12-03 20:15:40 -08:00
2017-12-08 16:34:15 -08:00
2018-05-08 09:14:58 -07:00
2018-06-11 10:53:56 -07:00
2018-07-15 15:14:40 -07:00
2018-11-06 22:57:11 -08:00
2018-07-15 15:14:40 -07:00
2018-10-15 00:37:17 -07:00