Results 20 issues of Parth

I'm trying to understand the behavior of `NodeVisitor` a bit more deeply. Specifically what happens when you don't handle one of the nodes. I've dug through the wiki & javadocs...

``` [~/Downloads]: git clone [email protected]:JFormDesigner/markdown-writer-fx.git Cloning into 'markdown-writer-fx'... Warning: Permanently added the RSA host key for IP address '140.82.113.4' to the list of known hosts. remote: Enumerating objects: 5847, done....

https://github.com/JFormDesigner/markdown-writer-fx/blame/master/README.md#L41 should not contain an `.sh` could be part of the cause of #40

The last two (or more) releases seem to be broken: ``` [~/Downloads/markdown-writer-fx-0.12/bin, 127]: java -version openjdk version "1.8.0_212" OpenJDK Runtime Environment (build 1.8.0_212-b01) OpenJDK 64-Bit Server VM (build 25.212-b01, mixed...

Prompted by https://github.com/microsoft/microsoft-ui-xaml/issues/3131 issue I was asked to update to the latest pre-release. Updating to this seems to completely disable drag and drop regardless of `CanDrop` and related settings.

help wanted
area-NavigationView
team-Controls

# Bug Our integration tests are failing in `0.27.0-rc4` but not in `0.27.0-rc3`: ```xml MalformedXML The XML you provided was not well-formed or did not validate against our published schema....

bug

The text: `- \na` Creates the following hierarchy: + `Document` + `List` + `Paragraph` + `Text` This AST has the following `{start_line, end_line, start_column, end_column}` + `Document: {1, 2, 1,...

cd .. until you reach a directory with a `.git` folder

good first issue

Some thoughts * Tab complete is broken on macOS. On linux, you are able to expand `cd d/s/p` `` to `cd documents/SAP/presentations`. Not the case in macOS. Might be due...