-
Notifications
You must be signed in to change notification settings - Fork 0
Preprocess Escape Characters #47
Copy link
Copy link
Open
Description
This shows up a lot with code in slides. We could preprocess these instead
Generics in rust look basically just like java with
Type<T>I couldnt' figure out why my HTML output had a in it. But it was because HTML was trying to parse rust generics as elements. Would do the same thing with other languages and would automatically add a closing tag
&lt;T&gt; was the solution. Could maybe pre-process these out
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels