mirror of
https://github.com/vmg/redcarpet.git
synced 2026-01-09 14:48:13 -05:00
Redcarpet v3.6.1
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## Version 3.6.1
|
||||
|
||||
* Migrate Markdown objects to the `TypedData` API.
|
||||
|
||||
Refs #785.
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'redcarpet.so'
|
||||
require 'redcarpet/compat'
|
||||
|
||||
module Redcarpet
|
||||
VERSION = '3.6.0'
|
||||
VERSION = '3.6.1'
|
||||
|
||||
class Markdown
|
||||
attr_reader :renderer
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# encoding: utf-8
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'redcarpet'
|
||||
s.version = '3.6.0'
|
||||
s.version = '3.6.1'
|
||||
s.summary = "Markdown that smells nice"
|
||||
s.description = 'A fast, safe and extensible Markdown to (X)HTML parser'
|
||||
s.date = '2023-01-29'
|
||||
s.date = '2025-02-25'
|
||||
s.email = 'vicent@github.com'
|
||||
s.homepage = 'https://github.com/vmg/redcarpet'
|
||||
s.authors = ["Natacha Porté", "Vicent Martí"]
|
||||
|
||||
Reference in New Issue
Block a user