diff --git a/md/JUNK/sample.md b/md/JUNK/sample.md index cf95c1e..700d051 100644 --- a/md/JUNK/sample.md +++ b/md/JUNK/sample.md @@ -50,6 +50,25 @@ CONFIG SYS 72 09/01/2025 21:51 39 Dir(s) 2,013,265,920 Bytes free +
+ 000001 //@050541 JOB (BASIC),'BASIC INTERACTIVE',NOTIFY=&SYSUID, + 000002 // CLASS=S, + 000003 // MSGCLASS=A, + 000004 // MSGLEVEL=(1,1) + 000005 //* + 000006 //* BASIC INTERACTIVE + 000007 //* + 000008 //S1 EXEC PGM=BASIC1UP + 000009 //STEPLIB DD DSN=SYSC.LINKLIB,DISP=SHR + 000010 // DD DSN=SYSC.PL1LIB,DISP=SHR + 000011 //SYSPRINT DD SYSOUT=* + 000012 //RENUMFL DD DUMMY,DCB=BLKSIZE=80 + 000013 //SYSIN DD DSN=@05054.SRCLIB.BASIC(MYMORT1),DISP=SHR + 000014 //KEYINPT DD * + 000015 "THIS IS A TEST" + 000016 // ++ ```language-python print('Hello, World!', end=' | ') print(100, end=' | ') @@ -60,6 +79,7 @@ print(popped_item) print(vowels) ``` + And there we have it! Highlight.js works, but it overrides my global css, essentially overlaying the pseudo-amber-screen I created, with it's own theme. That's fine, for now. I picked one as close as possible to my theming, but more work will be needed in the future. If don't want to use the highlighting, I can always just use a generic (unlabelled) fence: