Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Copy button copies line numbers #251

Closed
Labels
@StanFromIreland

Description

@StanFromIreland

To reproduce, copy any code-block with:linenos: onthis page, using the "Copy" button.

The result:

>>> 1class Rock:...  2    def __await__(self):...  3        value_sent_in = yield 7...  4        print(f"Rock.__await__ resuming with value: {value_sent_in}.")...  5        return value_sent_in...  6...  7async def main():...  8    print("Beginning coroutine main().")...  9    rock = Rock()[...]

cc@tomasr8

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp