mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
Fixes ``` UMD bug
In Udon, you can now display a literal ``` in code-quotes using this syntax: ``` `\`` ``` big thanks to Ted for helping me with this.
This commit is contained in:
parent
bbb50a874e
commit
7a5f5d0df0
@ -12572,6 +12572,14 @@
|
||||
==
|
||||
::
|
||||
::
|
||||
++ calf :: cash but for tec tec
|
||||
|* tem=rule
|
||||
%- star
|
||||
;~ pose
|
||||
whit
|
||||
;~(pfix bas tem)
|
||||
;~(less tem prn)
|
||||
==
|
||||
++ cash :: escaped fence
|
||||
|* tem/rule
|
||||
%- echo
|
||||
@ -12676,7 +12684,7 @@
|
||||
::
|
||||
:: `classic markdown quote`
|
||||
::
|
||||
(stag %code (ifix [tec tec] (cash tec)))
|
||||
(stag %code (ifix [tec tec] (calf tec)))
|
||||
::
|
||||
:: ++arm
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user