Trailing space after inline code samples #2

Closed
opened 2023-05-14 10:28:10 +00:00 by phundrak · 0 comments
Owner

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.
phundrak added reference main 2023-05-14 10:30:27 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: phundrak/ox-gemini#2
No description provided.