Merge pull request #1424 from jfranklin9000/master

make udon inline code match block code and enable inline code gaps in…
This commit is contained in:
Jared Tobin 2019-08-09 06:49:28 -02:30 committed by GitHub
commit 46422342e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -15904,7 +15904,6 @@
|* tem=rule
%- star
;~ pose
whit
;~(pfix bas tem)
;~(less tem prn)
==

View File

@ -23,6 +23,12 @@ pre {
background-color: #f9f9f9;
}
code {
padding: 8px;
background-color: #f9f9f9;
white-space: pre-wrap;
}
a {
color: inherit;
text-decoration: inherit;