# `Md.Parser.Default`
[🔗](https://github.com/am-kantox/md/blob/v0.12.0/lib/md/parser/default.ex#L1)

Default parser with all the features included.

Supports a wide subset of markdown, including but not limited to:

- bold/italic/strikeout/etc text decorations
- comments
- code blocks
- tables
- twitter handlers etc

Might be a good start for those who just needs a fast markdown processing.

# `listener`

```elixir
@spec listener(Md.Listener.state(), Md.Listener.context()) :: Md.Listener.state()
```

# `syntax`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
