redimp / otterwiki

A minimalistic wiki powered by python, markdown and git.
https://otterwiki.com
MIT License
648 stars 29 forks source link

Allow copy of code #153

Closed Richardk2n closed 1 month ago

Richardk2n commented 1 month ago

Many sites that display markdown (e.g., GitHub) present a neat button to copy code blocks.

def iAmAnExample():
    pass

Would be neat to have this in Otter Wiki as well.

redimp commented 1 month ago

Released in v2.7.0.