Andrzej Kubaszek

Results 5 issues of Andrzej Kubaszek

I've added small but useful changes, such as suggesting a name when writing to HTML, and filtering before displaying with regular expressions. I have no experience with C#, so you...

Probably it is quite simple to add correction for Jekyll kramdown syntax, for example kramdown in `_posts` folder: `![x.png]({{ site.baseurl }}/assets/img/x.png "x.png"){:width="20px"}` Markdown Panel: `![x.png](../assets/img/x.png "x.png"){width="20px"}` see: and [src](https://raw.githubusercontent.com/andrzejQ/jekyll_1/master/_posts/2018-11-06-Test-MD.markdown) I've...

Proposal: Instead of `` could be ``. Also `` could contain filename...

enhancement

The value of the id attribute must be unique within the HTML document, the id name must contain at least one character, cannot start with a number. ```md id attribute...