EuropeanDeveloper

Results 11 issues of EuropeanDeveloper

According to [mermaid webpage](https://mermaid-js.github.io/mermaid/#/stateDiagram?id=setting-the-direction-of-the-diagram) it should be possible to define direction for a state diagram. However, it looks like the direction statement is not supported in Markdown Viewer 4.0 and...

Inline code and code blocks should have the same background. It is more uniform and looks better in markdowns that contains both variants. For example: ``` `git config --global user.name...

Sometimes, when a formatted markdown file is printed, the last page is cropped liked this: ![picture](https://user-images.githubusercontent.com/52759436/145622594-065dea47-320a-444e-8848-eb89ce37ddc6.png) It happens only when there are 2 or more pages and it depends on...

theme
firefox

Code blocks without defined language should have the same background, font size and font type as code blocks for the rest of languages. It is more uniform and looks better...

Let’s have _user.js_ file stored on `C:\My Folder\user.js`. Run _Compare-UserJS.bat_ or _Compare-UserJS.ps1_. After using drag and drop it looks like this: `filepath_A: “C:\My Folder\user.js”` When the path contains whitespace, quotes...

When using _Compare-UserJS.bat_ as a launcher, after _Compare-UserJS.ps1_ execution the console window stays open. There is no need for this as it is not very convenient to close it manually...

The function change is not detected. For example, when `pref("pref.name", value);` is changed to: `lockPref("pref.name", value);` it appears as nothing has been changed and the preference is the same in...

Notepad++ supports creation of custom syntax-highlighting files, so-called [UDL (User Defined Languages)](https://npp-user-manual.org/docs/user-defined-language-system/). If user has such file created, this language can't be used as `Language for doc` when snippet starts...

enhancement

Language lists in snippets and libraries should be sorted alphabetically. `Use default` and `Normal text` should be at the beginning of the lists. In the current unsorted lists it is...

enhancement

Documents are not rendered if they start with HTML comment. Example: ```Markdown # Lorem Ipsum Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore...

firefox