]> git.plutz.net Git - cgilite/history - markdown.awk
debug function
[cgilite] / markdown.awk
2024-03-27 Paul HänschBugfix: use HTML() escapes in most links instead of...
2024-03-20 Paul Hänschallow dashes in metadata names
2023-10-09 Paul Hänschallow link/image src pattern with whitespace, avoid...
2023-10-09 Paul Hänschforce ALT-text for images
2023-10-08 Paul Hänschlink and image syntax allowing whitespace URLs, repace...
2023-10-08 Paul Hänschchange order of precedence (HTML binds more than link...
2023-09-20 Paul Hänschbugfix: recognize center and left aligned pipe tables
2023-09-11 Paul Hänschindependent macro extension
2023-09-02 Paul Hänschallow bullet symbol as list marker (for copy/paste...
2022-07-13 Paul Hänschbugfix: do not accidentally start list blocks at second...
2023-09-01 Paul Hänschbugfix: do not consume multiple paragraphs in list...
2023-08-31 Paul HänschLICENSE CHANGE: CGIlite is now under ISC License!
2023-08-30 Paul Hänschbugfix: endless loop in _startlist because of lacking...
2023-08-30 Paul Hänschdiscriminate between different list markers
2023-08-30 Paul Hänschunified list code
2023-08-30 Paul Hänschallow block lists (again)
2023-08-30 Paul Hänschreduce use of non-posix gensub
2023-08-30 Paul Hänschsimpler block nesting, fix: h2 after paragraph
2023-08-29 Paul Hänschfix: block nesting in lists
2023-08-29 Paul Hänschfix: task list unsure
2023-08-29 Paul Hänschimproved lists
2023-08-28 Paul Hänschtidy up variable declarations, remove additional line...
2023-08-28 Paul Hänschintroducing definition lists!
2023-08-20 Paul Hänschmarkdown: avoid adding newlines to blockquote, css...
2023-07-02 Paul Hänschheadline atttributes
2023-07-02 Paul Hänschheading text in id
2023-07-02 Paul Hänschblock level prefix to avoid repeating headline IDs
2023-07-02 Paul Hänschnesting of <section> in block elements
2023-06-22 Paul Hänschunified headline function
2023-06-21 Paul Hänschbugfix do not escape # character in link references
2023-06-21 Paul HänschOmit link IDs in nested headings, to prevent ambiguous IDs
2023-06-21 Paul HänschEXPERIMENTAL: <section> wrapping for Headlines
2023-06-19 Paul Hänschbugfix: do not accidentally strip white spaces from...
2023-06-19 Paul HänschInclude backtick (`) in URL escape handling
2023-06-12 Paul HänschSecurity: put backslash-escaped characters through...
2023-06-12 Paul HänschCompatibility: Grid Tables section now compatible with...
2023-05-30 Paul Hänschwiki style links: portability regex fix
2023-05-20 Paul HänschAllow headerless grid tables
2023-05-20 Paul Hänschallow empty alt text in images
2023-05-20 Paul HänschExtension: Arrows
2023-05-18 Paul Hänschenable block element Macros
2023-05-18 Paul Hänschextesion: introduce <figure>-wrapped images as block...
2023-05-18 Paul Hänschbugfix: enable image links
2023-05-18 Paul HänschW3C Validator compliance: introduce separate function...
2022-08-04 Paul Hänschinline image attributes, wiki style links
2022-06-26 Paul Hänschbugfix: allow trailing white space in indented code
2022-06-26 Paul Hänschbugfix anchor links starting with # character
2022-06-26 Paul Hänschbugfix: prevent white space lines from becoming code...
2022-06-26 Paul Hänschanchor links for headlines, bugfix: continue block...
2022-06-26 Paul HänschImplemented pandoc grid tables
2022-06-26 Paul HänschImplemented Pipe Tables
2022-05-31 Paul Hänschbugfix in recognition of fenced code block attributes
2022-05-31 Paul Hänschstyling classes for task list, additional task list...
2022-05-18 Paul Hänschallow email quicklinks, bugfix pattern extractor in...
2022-05-17 Paul Hänschmetadata blocks
2022-03-24 Paul Hänschcorrected paragraph splitting and hr/h2 distinction
2022-03-10 Paul Hänschenable pandoc fenced divs, and fenced code attributes
2022-02-23 Paul Hänschbugfix: prevent HTML injection in reference style link...
2022-02-20 Paul Hänschmarkdown support for external macro plugin
2021-07-25 Paul HänschFix: prevent horizontal rule from masking 2nd order...
2021-07-08 Paul Hänschmd: heading identifiers
2021-07-07 Paul Hänschmd: handle DOS line breaks
2021-07-07 Paul Hänschmd: task lists
2021-07-07 Paul HänschHTML escaping, switchable HTML processing
2021-07-06 Paul Hänschmd: inline HTML
2021-07-06 Paul Hänschbugfix: stop condition in HTML block
2021-07-05 Paul Hänschmd: verbatim html block, md: allow emphasis before...
2021-07-02 Paul Hänschmd: image embedding, completing support for basic markdown
2021-07-01 Paul Hänschmd: horizontal rules
2021-07-01 Paul Hänschmd: allow hard line breaks; md extension: ignore embedd...
2021-06-29 Paul Hänschtodo items
2021-06-29 Paul Hänschinclude markdown processor