marker icon indicating copy to clipboard operation
marker copied to clipboard

Small and performant library for writing HTML markup in Elixir using templates and components

Results 2 marker issues
Sort by recently updated
recently updated
newest added

I would like to use Marker in a Phoenix project, but it seems that it does not know how to deal with encoding the result of phoenix-generate html (i.e. helpers):...

Since v1.6, Elixir features a code formatter. By default, it add parentheses to all functions or macro calls. The first Marker sample code would look like this once formatted: ```elixir...