No description
Find a file
Haelwenn 0c45812cf5 Merge branch 'ruby' into 'master'
Add custom [ruby] tag

See merge request pleroma/elixir-libraries/bbcode!6
2025-09-16 10:40:15 +00:00
config Make repository REUSE compliant 2022-07-10 19:07:14 +02:00
lib Add custom [ruby] tag 2024-02-28 08:08:39 +01:00
LICENSES Make repository REUSE compliant 2022-07-10 19:07:14 +02:00
test Add custom [ruby] tag 2024-02-28 08:08:39 +01:00
.credo.exs Make repository REUSE compliant 2022-07-10 19:07:14 +02:00
.formatter.exs Make repository REUSE compliant 2022-07-10 19:07:14 +02:00
.gitignore Make repository REUSE compliant 2022-07-10 19:07:14 +02:00
.gitlab-ci.yml Make repository REUSE compliant 2022-07-10 19:07:14 +02:00
mix.exs mix: use SPDX identifier for the license 2022-09-25 21:22:36 +02:00
mix.lock Update dependencies 2022-03-07 14:37:41 +01:00
mix.lock.license Make repository REUSE compliant 2022-07-10 19:07:14 +02:00
README.md Make repository REUSE compliant 2022-07-10 19:07:14 +02:00

BBCode

BBCode parsing for Elixir.

Installation

If available in Hex, the package can be installed by adding bbcode to your list of dependencies in mix.exs:

def deps do
  [
    {:bbcode, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/bbcode.