Skip to content

Add code with syntax highlighting on #4

@sriharshachilakapati

Description

@sriharshachilakapati

GitHub already supports syntax highlighting in code samples in markdown files, so we can use it. That will get the code easier to read.

~~~purescript
class Functor f where
    map :: forall a b. (a -> b) -> f a -> f b
~~~

Renders as:

class Functor f where
    map :: forall a b. (a -> b) -> f a -> f b

That should make it more better in my opinion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions