File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
tmp . ⎕CY ' salt'
4
4
{}tmp .enableSALT
5
5
⎕SE . UCMD ' ←box on -f=on -t=tree' ⍝ TryAPL's boxing settings
6
- ⎕PP ← 6 ⍝ TryAPL's precision
6
+ ⎕PP ← 10 ⍝ TryAPL's precision
7
7
⎕RTL ← 1 ⍝ wait one sec for ⍞ input...
8
8
⎕TRAP ← 1006 , ' C→' ⍝ then cut back
9
9
⎕EX ' Init' ⍝ remove self
Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ def out_html(self, s):
113
113
def out_result (self , s ):
114
114
# injecting css: white-space:pre. Means no wrapping, RIDE SetPW will take care about line wrapping
115
115
116
- html_start = '<span style="white-space:pre; font-family: monospace ">'
117
- html_end = '</span >'
116
+ html_start = '<pre class="language-APL ">'
117
+ html_end = '</pre >'
118
118
119
119
_content = {
120
120
# 'output_type': 'display_data',
You can’t perform that action at this time.
0 commit comments