Vladimir Schneider

Results 27 issues of Vladimir Schneider

duplicated in the wiki page: https://github.com/vsch/flexmark-java/wiki/Yaml-Front-Matter-Configuration :warning: This is a brain storm and work in progress. Any feedback and suggestions would be greatly appreciated. YAML front matter configuration allows configuring...

:fire: enhancement
:warning: user feedback request

To generate PDF from HTML I am using com.vladsch.flexmark.pdf.converter.PdfConverterExtension class. If for example my html div is landscape, it will go to second page and leave the first page empty...

:grey_question: question

By default table heading is repeated on every page. The option will allow tables that span pages not to repeat the heading.

:fire: enhancement

Option will display the heading id after heading text and application setting option to enable this When enabled: ![image](https://cloud.githubusercontent.com/assets/10299086/24683204/ac2508c2-196b-11e7-95c1-badf06c4e5a3.png) Disabling returns to normal: ![image](https://cloud.githubusercontent.com/assets/10299086/24683194/9ae09d74-196b-11e7-94b1-4ba3a34d0bd0.png) Option in Languages & Frameworks >...

enhancement
fixed for next release
fixed :)
fix available

Introduced in factoring out enhanced and basic plugin functions

fixed for next release
bug

Markdown editor will be blocked when I open everytime. Please check it\~ It will be happened by preview, Maybe there has some image that cannot download? Issue Copied from: https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced/reviews

cannot reproduce

Image links using repo relative format `/...` do not show in preview. Page relative and absolute are not affected.

fixed for next release
fix available
bug

If you are interested in using CLion for Arduino development, I forked and rewrote the plugin for my use and released it as a new plugin. [JetBrains Plugin Page](https://plugins.jetbrains.com/plugin/11301-arduino-support), [Project...

doctrine/dbal is a suggest dependency for laravel/framework but it is required by the FormDumperGenerator. I am new to Laravel. I replaced way/generators with dollar/generators and found FileDumperGenerator blows up because...