Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Change code highlighting delimiters to use github-style code fences  #50

@durden

Description

@durden

We currently use a format like this to do syntax highlighting the markdown text:

[code lang="python"] def x(): return 1 [/code]

However, it might be more obvious and convenient if we switch this to use the code fencing style that github itself uses:

def x():
    return 1

The reasoning for this is just that we are already tied pretty heavily to github so using their syntax seems like a bonus.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions