Is there a way to properly highlight such pseudocode in a single element? .button { background-image: url(button-with-fake-text.png); } Currently it looks like this I guess it could be achieved by putting element around CSS part, but is there any other ways to mark different par...
The language package is defined in codemirror6/pseudocode/ The editor is configured in codemirror6/editor/ The pseudocode interpreter is in PS2/ Runnpx rollup -cto bundle files to a single script to be run on the browser Submit detailed PR ...
evens = [x for x in numbers if x % 2 is 0] odds = [y for y in numbers if y not in evens] cities = ['London', 'Dublin', 'Oslo'] def visit(city): print("Welcome to "+city) for city in cities: visit(city) 1. 2. 3. 4. 5. 6. 7. 8. map Python 通过许多内置功能支...
Search or jump to... Sign in Sign up PseudocodeEditor / editor Public Notifications Fork 1 Star 21 Code Issues 14 Pull requests Actions Projects Security Insights Files main .github PS2 codemirror6 css examples array.psc bubbleSort.psc case.psc factorial.psc fileHandling.psc file...