pandoc/src/Text
Jesse Hathaway 4dcb2b6fb6 MediaWiki writer: Remove redundant display text for wiki links
Prior to this commit the MediaWiki writer always added the display
text for a wiki link:

    * [[Help|Help]]
    * [[Bubbles|Everyone loves bubbles]]

However the display text in the first example is redundant since
MediaWiki uses the target as the default display text. The result being:

    * [[Help]]
    * [[Bubbles|Everyone loves bubbles]]
2022-01-06 15:05:39 -08:00
..
Pandoc MediaWiki writer: Remove redundant display text for wiki links 2022-01-06 15:05:39 -08:00
Pandoc.hs Copyright notices: update for 2022 2022-01-02 11:59:22 -08:00