On 2018-11-18, Bernt Lie wrote:
> LyX 2.2.3 under 64 bit Windows 10...
> I'm trying to insert an in-line data listing with a url address. The
> url starts with "https://github.com/..."
What Style or Inset are you using?
> Problem: *after* the double slash ("//"), the typewriter font is
> changed from roman to italic... WHY?
> (I have not specified any language. Could it be that the system assumes
> Python, and that "//" implies *comment*? If I Would there be a way to
> avoid this? If I set the language to Matlab, the problem disappears...
> and Matlab uses "%" as comment symbol...)
Python uses "#" as comment separator, // is used by C++ and several other
programming or markup languages...
Günter