module JekyllWikiLinks
naming_const.rb regex constants defining supported file types and valid names for files, variables, or text
Constants
- REGEX_BLOCK_ID_TXT
- REGEX_FILENAME
- REGEX_HEADER_TXT
- REGEX_LABEL_TXT
- REGEX_LINK_BLOCK
- REGEX_LINK_EMBED
- REGEX_LINK_HEADER
- REGEX_LINK_LABEL
- REGEX_LINK_TYPE
- REGEX_LINK_TYPE_TXT
<variables> only work with 'match' function, not with 'scan' function. :/ oh well…they are there for easier debugging… valid naming conventions # capture indeces for WikiLinks class (0 is 'embed')
- REGEX_NOT_GREEDY
TODO: Fix
REGEX_NOT_GREEDY
REGEX_NOT_GREEDY
= /[^(?!]])]+/iREGEX_NOT_GREEDY
= /(?!]]).*/i- REGEX_TYPED_LINK_BLOCK
- REGEX_WIKI_LINKS
- SUPPORTED_IMG_FORMATS
- VERSION