In AsciiDocFX 1.8.10, I place the cursor at the beginning of one line, for instance, in this example, the line just after the section:
(the vertical bar materialise the active cursor position)
Then I click on the button "code snippet".
I end up with:
== my section[source,]
----
|----
while I expected to have:
== my section
my line[source,]
----
|
----
Note that I'm on windows. On a side note, if I select a text, clicking on the 'code snippet' button, I delete the selected text while some other software will just wrap the selected text in a code snippet. But I understand in this context that this is just a wish for future enhancement and not part of this issue.
In AsciiDocFX 1.8.10, I place the cursor at the beginning of one line, for instance, in this example, the line just after the section:
== my section my line|(the vertical bar materialise the active cursor position)
Then I click on the button "code snippet".
I end up with:
while I expected to have:
Note that I'm on windows. On a side note, if I select a text, clicking on the 'code snippet' button, I delete the selected text while some other software will just wrap the selected text in a code snippet. But I understand in this context that this is just a wish for future enhancement and not part of this issue.