Skip to content

Experimental dumping ground for me test GitHub Pages rendering.

License

Notifications You must be signed in to change notification settings

gpshead/jubilant-octo-couscous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

jubilant-octo-couscous

Experimental dumping ground for me to test GitHub Pages rendering.

ie: This README shows up on Pages here.

code snippet rendering

def gpshead(python):
    yield from gpshead(python)

... Can i control the background color of that for good vs bad code examples?

greens?

📗

from typing import TypeVar
MeType = TypeVar('Me')
def gpshead(python: MeType) -> MeType:
    yield from gpshead(python)

reds?

🛑

def gpshead(python: complex) -> None:
    yield from gpshead(python)

Would you like to play a game?

The only winning move : is not to play. According to WHOPR.
This definition looks wrong in the github markdown on the source tree view, it does not understand lines starting with a : as a definition. But The Github Pages Jekyll view is happy with it.
Jekyll doesn't understand lines ending in \ as a <br> newline. The wonders of unspecified formatting languages never cease.

About

Experimental dumping ground for me test GitHub Pages rendering.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published