xiota / geany-preview

Turns Geany into a markdown editor by providing a preview pane in the sidebar to show the formatting of several light-weight languages as they are edited. Supported document types include AsciiDoc, DocBook, Fountain, HTML, LaTeX, Markdown, MediaWiki, reStructuredText, Textile, and Txt2Tags.
GNU General Public License v3.0
12 stars 0 forks source link

markdown-documents are not displayed correctly #8

Closed ralf3u closed 2 years ago

ralf3u commented 2 years ago

Create in the editor a document with the name test.md. Write **hh** in the editor.

Result


In the editor Formiko it shown as it should be:

In the editor ReText, hh is also shown correct in the preview: bold and without stars.

xiota commented 2 years ago

That is strange. What is the document type that Geany detects the md file as? It should be in the status bar.

ralf3u commented 2 years ago

What is the document type that Geany detects the md file as? It should be in the status bar.

Filetype: Markdown

ralf3u commented 2 years ago

Preview: issue is now fixed, so hh is now bold and without stars editor: still not fixed

xiota commented 2 years ago

Preview: issue is now fixed, so hh is now bold and without stars

To clarify: HTML and Markdown documents now display in the Preview pane with formatting as expected?

editor: still not fixed

What is this? Please describe in more detail.

ralf3u commented 2 years ago

To clarify: HTML and Markdown documents now display in the Preview pane with formatting as expected?

yes

editor: still not fixed

What is this? Please describe in more detail.

In the editor **hh** is in bold. In Formiko it is not bold in the editor.

xiota commented 2 years ago

In the editor hh is in bold. In Formiko it is not bold in the editor.

That is a feature built into Geany. Not controlled by my plugin.

ralf3u commented 2 years ago

That is a feature built into Geany. Not controlled by my plugin.

I found this: https://github.com/geany/geany/issues/1497#issuecomment-302266150 Do you know how it works to change it, so that it is not bold any more in the editor?

xiota commented 2 years ago

I don't know how. It isn't something I want to mess with.