-
-
23 Aug 2021 03:03:50 UTC
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers
- Kwalitee
Bus factor: 1- License: perl_5
- Perl: v5.30.0
- Activity
24 month- Tools
- Download (50.54KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:3 non-PAUSE usersand 1 contributors- Jacques Deguest (jack@deguest.jp)
- Dependencies
- Regexp::Common
- Regexp::Common::Email::Address
- Regexp::Common::URI
- URI::tel
- parent
- strict
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.1.5 - 2020-08-17
- Added suport for Katex math expression
- Improved Emphasis regular expression <https://regex101.com/r/eDb6RN/4>
- Improved bold regular expression to refine what non-space character means <https://regex101.com/r/Jp2Kos/3>
- Updated link, link definition and their extended version to avoid confusion with footnotes
- Added support for checkbox <https://regex101.com/r/ezMwsv/2/>
- Updated dashed header, including extended ones. See <https://regex101.com/r/9uQwBk/4> and <https://regex101.com/r/GyzbR2/2>
- Added support for strikethrough extension. See <https://regex101.com/r/4Z3h4F/1>
- Added test units for subscript and superscript
- Improved paragraph regular expression <https://regex101.com/r/0B3gR4/4>
- Improved image regular expression <https://regex101.com/r/z0yH2F/10>
- Improved image extended regular expression <https://regex101.com/r/xetHV1/4>
- Added suppot for insertion (++). See here for more information <https://regex101.com/r/IZw4YU/1/>
- Updated table regular expression to work better. See here for more information <https://regex101.com/r/01XCqB/13>
- Improved regular expression for code block and its extended version to avoid capturing any leading new lines and ensuring they are standalone. See respectively <https://regex101.com/r/M6W99K/5> and <https://regex101.com/r/Y9lPAz/6>
- Updated the header and extended header regular expressions to make them less greedy on the trailing new lines. See here <https://regex101.com/r/9uQwBk/5>, and here <https://regex101.com/r/sQLEqz/3> and here fore extended regexp: <https://regex101.com/r/GyzbR2/3> and <https://regex101.com/r/berfAR/3>
- Change extended code block regular expression to become a combined version with the non-extended one. See here <https://regex101.com/r/Y9lPAz/10>
- Updated link to avoid catching image. See <https://regex101.com/r/sGsOIv/7>
Modules
Markdown Common Regular ExpressionsOther files
Module Install Instructions
To install Regexp::Common::Markdown, copy and paste the appropriate command in to your terminal.
cpanm Regexp::Common::Markdown
perl -MCPAN -e shell install Regexp::Common::Markdown
For more information on module installation, please visit the detailed CPAN module installation guide.