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

<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 = /[^(?!]])]+/i REGEX_NOT_GREEDY = /(?!]]).*/i

SUPPORTED_IMG_FORMATS

from: docs.github.com/en/github/managing-files-in-a-repository/working-with-non-code-files/rendering-and-diffing-images

VERSION