Commit Graph

  • 05fcf802f6 Markdown version 1.1.15 master markdown_1.1.15 Kyle J. McKay 2021-08-15 13:24:31 -0700
  • d02bb9ee9e README: clean up old version history entries Kyle J. McKay 2021-08-14 04:56:37 -0700
  • b603660fc5 Markdown.pl: clarify help text for --no-validate-xml option Kyle J. McKay 2021-08-14 04:33:29 -0700
  • 62c5916945 Markdown.pl: add new --us-ascii option for 7-bit output Kyle J. McKay 2021-08-12 11:53:58 -0700
  • a3c4d34b75 Markdown.pl: allow '/' in auto-quoted attribute values Kyle J. McKay 2021-08-03 16:48:45 -0700
  • eccdc9d08e Markdown.pl: improve readability of a few regexs Kyle J. McKay 2021-08-03 16:47:30 -0700
  • 4840dad1c9 Markdown.pl: next version is 1.1.15 Kyle J. McKay 2021-08-03 15:30:22 -0700
  • 3b5f256216 Markdown version 1.1.14 markdown_1.1.14 Kyle J. McKay 2021-06-14 14:38:27 -0700
  • 509770c743 Markdown.pl: do not start sublist in list marker line Kyle J. McKay 2021-06-14 14:31:31 -0700
  • a1aa3e31db Markdown.pl: tidy up some regex options Kyle J. McKay 2021-06-14 14:01:36 -0700
  • d0ac5b3362 Markdown.pl: next version is 1.1.14 Kyle J. McKay 2021-06-14 14:00:42 -0700
  • a85151b383 Markdown version 1.1.13 markdown_1.1.13 Kyle J. McKay 2021-06-13 13:21:20 -0700
  • 7e34ed6a63 Markdown.pl: adjust strip-comments options and defaults Kyle J. McKay 2021-06-13 13:13:03 -0700
  • c154f45386 Markdown: allow backticks-delimited code blocks in lists Kyle J. McKay 2021-06-13 10:52:44 -0700
  • f2f8a1e2fe Markdown: support `\` EOL to generate a `<br />` Kyle J. McKay 2021-06-11 23:50:00 -0700
  • d9f6613164 syntax.md: mention headers supersede horizontal rules Kyle J. McKay 2021-06-05 22:31:36 -0700
  • 94c8e6e7dd Markdown.pl: wordsmith a help comment Kyle J. McKay 2021-06-04 22:54:05 -0700
  • 9c7c5a0c11 Markdown.pl: do not mistake table for code block Kyle J. McKay 2021-06-04 22:38:38 -0700
  • aa05222a09 Markdown.pl: correct minor quibble in DoCodeBlocks regex Kyle J. McKay 2021-06-04 19:40:32 -0700
  • 97d6ad49e2 README: backquote some text in changes list for 1.1.12 Kyle J. McKay 2021-06-04 19:03:18 -0700
  • 7fce1577a8 Markdown.pl: next version is 1.1.13 Kyle J. McKay 2021-06-04 19:03:10 -0700
  • 5ebdc50649 Markdown version 1.1.12 markdown_1.1.12 Kyle J. McKay 2021-03-17 21:14:37 -0700
  • 53b4a58143 Markdown.pl: add missing space to implied attributes Kyle J. McKay 2021-03-16 14:54:38 -0700
  • 39e875e4f5 Markdown.pl: allow target="_blank" rel="nofollow" Kyle J. McKay 2021-03-16 14:40:44 -0700
  • 6efa98325a Markdown.pl: add limited tilde-delimited code block support Kyle J. McKay 2021-03-15 23:32:02 -0700
  • 35c983c9f0 Markdown.pl: do not choke on <br></br> etc. Kyle J. McKay 2021-03-15 22:41:52 -0700
  • 658edb6abf Markdown.pl: clean up closing tag whitespace Kyle J. McKay 2021-03-14 20:35:20 -0700
  • c578bbfcfa Markdown.pl: add more comment stripping options Kyle J. McKay 2021-03-14 20:06:39 -0700
  • 50422d1e28 Markdown.pl: better sanitization of href and src attributes Kyle J. McKay 2021-03-13 13:29:57 -0700
  • 19c0131f03 Markdown.pl: do not choke on \n inside attribute values Kyle J. McKay 2021-03-13 01:28:43 -0700
  • 86606c5a52 Markdown.pl: allow some overlooked table attributes Kyle J. McKay 2021-03-12 23:08:31 -0700
  • fde2382058 Markdown.pl: next version is 1.1.12 Kyle J. McKay 2021-03-12 23:07:32 -0700
  • 5ffe21ab63 Markdown version 1.1.11 markdown_1.1.11 Kyle J. McKay 2021-03-05 12:48:27 -0700
  • 6a118b8c53 Markdown.pl: format --help output properly Kyle J. McKay 2021-03-05 05:04:12 -0700
  • 62382f4e1b Markdown.pl: add a help comment about literal html tags Kyle J. McKay 2021-03-02 23:00:43 -0700
  • cc044905ae Markdown.pl: include yaml table lines for error msg lineno Kyle J. McKay 2021-03-02 21:16:43 -0700
  • d05afd2cfb Markdown.pl: convert named character entities by default Kyle J. McKay 2021-03-02 17:54:38 -0700
  • 4e9eba45fa Markdown.pl: add a --div option and corresponding API Kyle J. McKay 2021-03-02 15:58:34 -0700
  • 53494a4bdc Markdown API: eliminate problematic xmlcheck == 1 Kyle J. McKay 2021-03-02 15:55:17 -0700
  • 7ce25f1ec9 Markdown.pl: format -h output properly Kyle J. McKay 2021-03-02 15:07:07 -0700
  • 38a41b7a8c Markdown.pl: process "br" indicators at end of paragraph Kyle J. McKay 2021-02-27 01:47:58 -0700
  • a9781245b3 Markdown.pl: update help description Kyle J. McKay 2021-02-16 17:30:50 -0700
  • 94e07af1e7 Markdown.pl: strip markup out of implicit anchors Kyle J. McKay 2021-02-16 05:37:54 -0700
  • 857a411dc5 Markdown.pl: allow "stuff" on end of ``` line Kyle J. McKay 2021-02-14 11:44:09 -0700
  • 89cae62dd1 Markdown.pl: do not sequester top-level unmatched p Kyle J. McKay 2021-02-14 11:25:18 -0700
  • f9a023d56a Markdown.pl: remove td, th, tr from thead and tfoot closers Kyle J. McKay 2021-02-14 10:52:28 -0700
  • c06b59644b Markdown.pl: add bdo to taga1p Kyle J. McKay 2021-02-14 07:53:49 -0700
  • 845104c13a Markdown.pl: improve handling of auto-closed p tags Kyle J. McKay 2021-02-13 08:13:07 -0700
  • e004a5275c Markdown.pl: do not leave remnant state lying around Kyle J. McKay 2021-02-12 21:32:41 -0700
  • 32862223ad Markdown.pl: make the default yaml API mode match CLI Kyle J. McKay 2021-02-12 20:57:53 -0700
  • 1ecc6a0fe5 Markdown.pl: isolate the archaic tab default Kyle J. McKay 2021-02-12 20:30:32 -0700
  • 751b55b7c6 Markdown.pl: use some sanity Kyle J. McKay 2021-02-12 15:00:46 -0700
  • ff7fb525fc Markdown.pl: avoid accidentally nested anchors Kyle J. McKay 2021-02-12 10:18:39 -0700
  • 6324b499f7 Markdown.pl: provide anchor API access Kyle J. McKay 2021-02-11 07:52:58 -0700
  • 191f62119c Markdown.pl: provide urlfunc hook and helpers Kyle J. McKay 2021-02-01 02:26:04 -0700
  • 4ba2a0423a Markdown.pl: document and catch more meaningless tags Kyle J. McKay 2021-01-31 22:09:54 -0700
  • 34b44054db Markdown.pl: sanitize common "oops" entities Kyle J. McKay 2021-01-31 10:38:24 -0700
  • bf4a09aeb2 Markdown.pl: sanitize all "&" issues Kyle J. McKay 2021-01-31 10:38:02 -0700
  • 964670e66b Markdown.pl: run _EncodeAmpsAndAngles on top-level raw html blocks Kyle J. McKay 2021-01-31 08:42:45 -0700
  • cec2468782 various: update copyright year Kyle J. McKay 2021-01-31 08:42:06 -0700
  • 83a2b69572 Markdown.pl: add missing ul to tagblk list Kyle J. McKay 2020-12-24 09:30:09 -0700
  • 26e8ebf4c1 Markdown.pl: treat center as a block because it is Kyle J. McKay 2020-12-23 10:30:42 -0700
  • ff92cf5457 Markdown.pl: dd, dt and li do not autoclose containing table Kyle J. McKay 2020-12-23 09:23:37 -0700
  • e8e0a21a7f Markdown.pl: use passed in prefix for GenerateStyleSheet Kyle J. McKay 2020-11-18 22:00:15 -0700
  • 97be3fbcf9 syntax.md: document YAML front matter Kyle J. McKay 2020-11-17 18:49:53 -0700
  • e3bc60b4e6 Markdown.pl: implement header --auto-number option Kyle J. McKay 2020-11-17 18:44:58 -0700
  • ec2f13dd1f Markdown.pl: mention source of <title> for --stub Kyle J. McKay 2020-11-17 17:21:14 -0700
  • 101b394705 Markdown.pl: process YAML front matter Kyle J. McKay 2020-11-17 16:33:46 -0700
  • f207630963 basics.md: delete defunct dingus Kyle J. McKay 2020-11-08 13:37:15 -0700
  • 43ea96d596 Markdown.pl: provide --raw-xml and --raw-html options Kyle J. McKay 2020-10-24 09:06:00 -0700
  • 719758c570 Markdown: recognize wiki style image links Kyle J. McKay 2020-10-23 17:40:33 -0700
  • 37a4f3d221 Markdown.pl: add --wiki "b" sub-option Kyle J. McKay 2020-10-15 23:12:13 -0700
  • 5711c23576 Markdown.pl: auto-open "<p>" when required Kyle J. McKay 2020-10-11 15:24:37 -0700
  • e9d025d178 Markdown.pl: avoid superfluous leading <p></p> Kyle J. McKay 2020-10-11 14:56:06 -0700
  • e028ec2909 Markdown.pl: avoid auto-closing <p> problems Kyle J. McKay 2020-10-11 14:34:54 -0700
  • cd268c10c9 Markdown: support floating images Kyle J. McKay 2020-10-08 20:50:51 -0700
  • cb07dccca3 Markdown.pl: add --wiki "%" sub-option Kyle J. McKay 2020-10-03 02:47:36 -0700
  • c4f0c6f2f7 Markdown.pl: enhance direct module wiki use via code ref Kyle J. McKay 2020-10-03 02:09:49 -0700
  • acb554cacb Markdown.pl: new --keep-abs option Kyle J. McKay 2020-10-03 01:25:02 -0700
  • 3224279fb7 Markdown.pl: enhance direct module use via code refs Kyle J. McKay 2020-10-03 00:56:38 -0700
  • c3cfcf92d6 Markdown.pl: improve standalone XML comment stripping Kyle J. McKay 2020-10-02 18:18:18 -0700
  • c2f72b71a4 Markdown.pl: remove following \n with comment Kyle J. McKay 2020-10-02 16:46:56 -0700
  • 0eeaa48ae6 Markdown.pl: detail ability to "use" Markdown module Kyle J. McKay 2020-09-30 23:43:56 -0700
  • a04101db46 Markdown.pl: minor empty tag improvments Kyle J. McKay 2020-09-30 23:26:54 -0700
  • 00def67f36 Markdown.pl: refactor and document Markdown function args Kyle J. McKay 2020-09-30 21:50:13 -0700
  • dfe62957f3 Markdown.pl: refactor wiki options parsing Kyle J. McKay 2020-09-30 21:18:46 -0700
  • 5a5deeca72 Markdown.pl: refactor style sheet generation Kyle J. McKay 2020-09-30 18:41:01 -0700
  • 33fd043581 Markdown.pl: recognize U+00D7 for "x" Kyle J. McKay 2020-09-30 13:39:14 -0700
  • e4b8a0f6c4 syntax.md: add XML comments section Kyle J. McKay 2020-09-10 16:54:36 -0700
  • c1f488d9f7 Markdown.pl: recognize adjacent standalone comments together Kyle J. McKay 2020-09-10 16:37:20 -0700
  • 3b0825b9af Markdown.pl: provide --strip-comments option Kyle J. McKay 2020-09-08 12:51:06 -0700
  • 2a265e3923 Markdown.pl: simplify options parsing code Kyle J. McKay 2020-09-08 09:58:23 -0700
  • 003134a723 Markdown.pl: correct comment sanitation Kyle J. McKay 2020-09-02 22:56:32 -0700
  • 6956d990d2 Markdown.pl: next version is 1.1.11 Kyle J. McKay 2020-09-02 22:41:08 -0700
  • d67dd6f667 Markdown version 1.1.10 markdown_1.1.10 Kyle J. McKay 2020-07-08 04:49:57 -0700
  • 18d217abe3 various: update links to https where possible Kyle J. McKay 2020-07-08 04:46:51 -0700
  • 4174281293 Markdown.pl: remove markup from <title> value Kyle J. McKay 2020-07-08 03:54:22 -0700
  • ea408f7d29 Markdown.pl: hook up fragment only link definitions Kyle J. McKay 2020-07-08 03:21:14 -0700
  • de1c7f4f1a syntax.md: mention ability to split link references Kyle J. McKay 2020-07-08 02:43:59 -0700
  • fef2d21f4c Markdown.pl: support new --absroot=prefix option Kyle J. McKay 2020-03-30 17:19:45 -0700