2024-06-15 18:28:59 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: textproc/ruby-kramdown-rfc2629: update to 1.7.16 1.7.16 (2024-06-14) * emergency fix for REXML/strscan in 1.7.15 no longer needed |
2024-06-08 18:02:35 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: textproc/ruby-kramdown-rfc2629: update to 1.7.15 1.7.15 (2024-06-07) * Emergency dependency fix for REXML REXML newer than 3.2.6 no longer is pure ruby (requires strscan) |
2024-06-02 17:20:03 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: textproc/ruby-kramdown-rfc2629: update to 1.7.14 1.7.14 (2024-06-01) * Make base64 gem dependency explicit (will be required for Ruby 3.4). |
2024-05-26 17:52:35 by Takahiro Kambe | Files touched by this commit (4) | |
Log message: textproc/ruby-kramdown-rfc2629: update to 1.7.13 1.7.12 (2024-05-18) * Add kramdown-rfc-lsr 1.7.13 (2024-05-18) More heroics to get info about targets of section references * Requires xml2rfc and tidy commands in path for these heroics to work best * Use without open-uri-cached is untested (gem install open-uri-cached) |
2024-05-12 18:18:07 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: textproc/ruby-kramdown-rfc2629: update to 1.7.11 1.7.9 (2024-04-20) * Add option nested_ol_types Set globally in {::options nested_ol_types="1, i, a" /} or for a single <ol in an IAL {: nested_ol_types="1 (%i) A"} The value needs to be an array of <ol type= values, expressed as one of: 1. A YAML array 2. A string that will be split on commas (with optional blank space following) 3. A string that will be split on blank space When testing this, an HTML rendering issue might cause some confusion: ietf-tools/xml2rfc#1122 1.7.10 (2024-04-21) * Also take nested_ol_types from YAML kramdown_options As in kramdown_options: nested_ol_types: 1, i, a (overridden by ::options and by pseudo-attribute on <ol) 1.7.11 (2024-04-21) * Add option ol_start_at_first_marker kramdown_options: ol_start_at_first_marker: true Default: false (for backward compatibility) If true, an ordered list (<ol) will use the number in its first marker (1 for 1. etc.) as the default value of the start= attribute. (Increase commonmark compatibility) |
2024-03-10 16:15:13 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: textproc/ruby-kramdown-rfc2629: update to 1.7.8 1.7.8 (2024-03-07) * Loudly scrub UTF-8 input |
2024-03-03 09:46:52 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: textproc/ruby-kramdown-rfc2629: update to 1.7.7 1.7.7 (2024-03-02) * Add experimental true BCP14 boilerplate |
2024-02-24 08:12:35 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: textproc/ruby-kramdown-rfc2629: update to 1.7.6 1.7.6 (2024-02-23) * Add -n (--no-txt) and -dNN (--docrev=NN) CLI options |
2024-02-03 17:40:24 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: textproc/ruby-kramdown-rfc2629: update to 1.7.5 1.7.5 (2024-01-10) * Support quotetitle in <reference * README.md: More text about :unnumbered (and ALD/IALs in general) |
2023-12-17 16:47:21 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: textproc/ruby-kramdown-rfc2629: update to 1.7.4 1.6.40 (2023-09-19) * Enable adding annotations to imported bibxml references 1.6.41 (2023-09-22) * Enable adding annotations to imported bibxml references 1.6.42 (2023-09-22) * hotfix for autolink_iref_cleanup 1.6.43 (2023-09-23) * Experimental abbrev-triggered text replacement feature 1.7.0 (not released) 1.7.1 (2023-09-27) * Provide better names to the extracted sourcecode files 1.7.2 (2023-10-28) * Handle section references into referencegroups 1.7.3 (2023-11-23) * Handle svg artwork in kramdown-rfc-extract-sourcecode 1.7.4 (2023-12-03) kramdown-rfc-extract-sourcecode more useful for Web use * Use slugifiedname if available, or a (cached) speculative slugifier for non-prepped documents * Use dashes, not underscores in file names * Use =txt as default type directory and txt as default extension * Cover more misuse of name= and type= in existing RFCs and I-Ds * Warn if sourcecode-type "cbor" is used (it's one of cbor-diag or cbor-pretty) |