oberlies
oberlies
I've used this tool in a Confluence 3.5 markup to markdown conversion project (cf. https://stackoverflow.com/a/42970887/1523648), and found a few bugs and missing features. I've addressed them in my master branch....
Instead of using the uncommon wiki-style link syntax `[[name|page]]`, use standard relative links `[name](page.md)` Updated all affected samples.
Convert `/` elements to `1.`, `2.`, ... Should be correctly numbered and indented. Depends on pull request #7
It seems that in current versions of Confluence, the storage format and the format shown in "View Source" is no longer well-formed XML. There are no XML declaration, no root...
- Change the line break generation paradigm to make tags generate line breaks before the content instead of after the content. In this way, nested lists are correctly converted. Before...
There is a newline missing before the indented star (` *`) of the first item of the nested list. Example from samples/Jsonix/Features.xml: ``` Provides extensible type system Supports most XML...
When I want to re-use types in an annotation declaration (e.g. for an annotation with nesting), I have to declare the type in the "types" section. I cannot completely define...
I like the concept of having separate methods for validating and parsing RAML files. However there is at least one case where the parser also validates: If there is an...
Moin! Ich habe angefangen, in [Lübeck](https://www.openstreetmap.org/relation/27027) die Parkraumdaten in den ersten Quartieren systematisch zu erfassen - und würde mich daher sehr über eine Aufnahme in die Parkraumkarte freuen!