Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emphasis added in a code block #2

Open
nkh opened this issue Jul 10, 2023 · 4 comments
Open

Emphasis added in a code block #2

nkh opened this issue Jul 10, 2023 · 4 comments

Comments

@nkh
Copy link

nkh commented Jul 10, 2023

source:

```
GIT_MODE_CONNECTOR_CHAR_LIST => ['*', 'o', '+', 'x', 'X', '┼', '╋', '╬'],
```

texi:

@example
GIT@emph{MODE_CONNECTOR_CHAR_LIST => ['}', 'o', '+', 'x', 'X', '┼', '╋', '╬'],
@end example
@LensPlaysGames
Copy link
Owner

What's the issue exactly?

@nkh
Copy link
Author

nkh commented Jul 10, 2023

the first _ is transformed into en @Emph{...} when it shouldn't, it's a code block and should be verbatim.

@LensPlaysGames
Copy link
Owner

What makes it a code block?

@nkh
Copy link
Author

nkh commented Jul 10, 2023

three back-quotes before and after, I updated the code above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants