markdown-it-ruby 1.0.2

A markdown-it plugin for parsing ruby text
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "markdown-it-ruby"
version = "1.0.2"
edition.workspace = true
license = "GPL-3.0"
authors = ["SleeplessOne1917"]
description = "A markdown-it plugin for parsing ruby text"
repository = "https://github.com/LemmyNet/lemmy-markdown-it-plugins"
keywords = ["markdown", "markdown-it", "ruby-text", "plugin"]
categories = ["encoding", "parsing", "text-processing"]

[dependencies]
itertools = "0.14"
markdown-it.workspace = true

[dev-dependencies]
rstest.workspace = true