No description
Find a file
2026-03-26 13:12:00 +01:00
config config.exs: Use import Config 2026-02-01 20:12:53 +01:00
lib Elixir 1.19: Stop using deprecated quote_{pre,post}_traverse syntax 2026-02-01 20:34:41 +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 Bump Gitlab CI Elixir version to 1.15 2026-02-01 21:00:13 +01:00
mix.exs Elixir 1.19: Bump ex_doc and nimble_parsec to 0.40.X and 1.4.X 2026-02-01 20:18:34 +01:00
mix.lock Elixir 1.19: Bump ex_doc and nimble_parsec to 0.40.X and 1.4.X 2026-02-01 20:18:34 +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.