Blame test/command/3534.md

Packit Service d2f85f
```
Packit Service d2f85f
% pandoc -f latex -t html
Packit Service d2f85f
I want to explain the interface of \lstinline[language=Java]{public class MyClass}.
Packit Service d2f85f
^D
Packit Service d2f85f

I want to explain the interface of public class MyClass.

Packit Service d2f85f
Packit Service d2f85f
```
Packit Service d2f85f
Packit Service d2f85f
```
Packit Service d2f85f
% pandoc -f latex -t html
Packit Service d2f85f
I want to explain the interface of \lstinline{public class MyClass}.
Packit Service d2f85f
^D
Packit Service d2f85f

I want to explain the interface of public class MyClass.

Packit Service d2f85f
Packit Service d2f85f
```
Packit Service d2f85f
Packit Service d2f85f
```
Packit Service d2f85f
% pandoc -f latex -t native
Packit Service d2f85f
I want to explain the interface of \lstinline[language=Java]{public class MyClass}.
Packit Service d2f85f
^D
Packit Service d2f85f
[Para [Str "I",Space,Str "want",Space,Str "to",Space,Str "explain",Space,Str "the",Space,Str "interface",Space,Str "of",Space,Code ("",["java"],[]) "public class MyClass",Str "."]]
Packit Service d2f85f
```
Packit Service d2f85f