testing different preview styles
This commit is contained in:
parent
38a791ad60
commit
12f7e1a8fa
@ -50,6 +50,25 @@ CONFIG SYS 72 09/01/2025 21:51
|
||||
39 Dir(s) 2,013,265,920 Bytes free
|
||||
</pre>
|
||||
|
||||
<pre class="mvs">
|
||||
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 //
|
||||
</pre>
|
||||
|
||||
```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:
|
||||
|
Loading…
Reference in New Issue
Block a user