./textproc/ruby-kramdown-rfc2629, IETF RFC 2629 back end for kramdown

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.7.23, Package name: ruby32-kramdown-rfc2629-1.7.23, Maintainer: pkgsrc-users

kramdown is a markdown parser by Thomas Leitner, which has a number of
backends for generating HTML, Latex, and markdown again.

kramdown-rfc2629 is an additional backend to that: It allows the
generation of XML2RFC XML markup (originally known as RFC 2629
compliant markup, now documented in RFC 7749).


Required to run:
[textproc/ruby-kramdown] [textproc/ruby-kramdown-parser-gfm] [security/ruby-certified] [lang/ruby31-base]

Master sites:

Filesize: 68 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-09 16:06:46 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
textproc/ruby-kramdown-rfc2629: update to 1.7.23

1.7.22 (2025-01-24)

* Add v3xml2rfc PIs.  For example, when defining new BCP14-style keywords,
  you can add to the front matter YAML:

  v3xml2rfc:
    silence:
    - Expected one of the permitted words or phrases from RFC 2119

1.7.23 (2025-01-31)

* Check for duplicate keys in YAML header.  Close #251
   2024-12-11 14:59:02 by Takahiro Kambe | Files touched by this commit (4) | Package updated
Log message:
textproc/ruby-kramdown-rfc2629: update to 1.7.21

1.7.20 (2024-10-30)

* new: kramdown-rfc-extract-figures-tables

1.7.21 (2024-11-11)

* Add KRAMDOWN_REFCACHETTL_RFC, _DOI, _IANA (and _DOI_IANA)
   2024-09-22 08:45:38 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
textproc/ruby-kramdown-rfc2629: update to 1.7.19

1.7.19 (2024-08-30)

* Experimental support for plantuml-ascii-art
   2024-07-20 17:38:22 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
textproc/ruby-kramdown-rfc2629: update to 1.7.18

1.7.18 (2024-07-16)

* Various small changes during IETF 120 I-D deadline.
   2024-06-30 18:33:46 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
textproc/ruby-kramdown-rfc2629: update to 1.7.17

1.7.17 (2024-06-17)

* Reduce mistakes in errata report references via automation
   2024-06-15 18:28:59 by Takahiro Kambe | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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).