Alexander Schilling

Results 16 comments of Alexander Schilling

Looks like docker is adding .html always to the end of the link (for local links). This should be easy to fix, maybe I have a look tomorrow.

@jbt that should work if set in that line: https://github.com/jbt/docker/blob/6762a0900ed731f6b7955b226d1f53eee0fe6d41/src/docker.js#L87

I won't change the tripple back quotes syntax for this because it should be used to highlight code, so in my meaning your syntax should highlight the mermaid syntax. To...

To overcome this problem I introduced the following syntax in my [code tool](https://alinex.github.io/node-codedoc): ``` ### #3 Heading level 3 ### ``` The reader will transform this to the correct markdown...

Again long time gone I heard nothing from you. I implemented my own documentation tool in this time see https://alinex.github.io/node-codedoc and as mentioned above I can extract the plantuml and...

+1 It would best fit to use docker with Literate CoffeScript.

Yes my html before looks like: ``` ... My text. ... ``` And after: ``` ... My text. ... ``` The added styles comes from ``` div.info,{ padding: 30px 10px...

Maybe I have to change the html beforehand and add the heading using replacements as separate html elements which will be styled normally.

+1 for ERD and activity diagram