When using inline code surrounded with ~ in org-mode, a trailing space is included.
For instance, the following orgmode code
This is a test with =verbatim= and ~inline code~ in org-mode.
gets exported as
This is a test with `verbatim' and `inline code ` in org-mode.
Verbatim text is obviously not affected.
When using inline code surrounded with `~` in org-mode, a trailing space is included.
For instance, the following orgmode code
```org
This is a test with =verbatim= and ~inline code~ in org-mode.
```
gets exported as
```gmi
This is a test with `verbatim' and `inline code ` in org-mode.
```
Verbatim text is obviously not affected.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
When using inline code surrounded with
~in org-mode, a trailing space is included.For instance, the following orgmode code
gets exported as
Verbatim text is obviously not affected.