viebel / klipse

Klipse is a JavaScript plugin for embedding interactive code snippets in tech blogs.
http://blog.klipse.tech/
GNU General Public License v3.0
3.1k stars 153 forks source link

disable ligature in lua snippets #374

Closed rodmoioliveira closed 3 years ago

rodmoioliveira commented 3 years ago

Resolve #253

  1. run the project: clj -A:figwheel --build dev --repl
  2. go to http://localhost:5014/lua-dbg.html
viebel commented 3 years ago

Please update the part of readme about Lua https://github.com/viebel/klipse/blob/master/README.md#lua with detailed explanations

rodmoioliveira commented 3 years ago

Please update the part of readme about Lua https://github.com/viebel/klipse/blob/master/README.md#lua with detailed explanations

@viebel, I have added the link tag to the lua.css that disable ligatures in Lua snippets. See if that is enough. Regards.