Lukasz Gornicki
Lukasz Gornicki
added usage for highlight.js ``` var editor = new EpicEditor(opts).load(); editor.on('update', function () { document.querySelector('#epiceditor-preview').innerHTML = this.exportFile(null, 'html'); $(document).ready(function() { $('pre code').each(function(i, e) {hljs.highlightBlock(e)}); }); }).emit('update'); ``` almost all if...
For now links point to github repo only, what has to be done is * a table with 4 columns, Source/Visual/Type/Comment. * make sure new issue template supports new structure...
do it as easy as possible, with jekyll githubpages themes - https://github.com/ramitsurana/awesome-kubernetes/blob/master/_config.yml - https://github.com/pages-themes/merlot
Hi @dutradda, Just wanted to say `hi`. I'm a maintainer in AsyncAPI Initiative. I discovered your project and just wanted to let you know that we have an open slack...
tl;dr we need a way to provide `operationId` for code generation of different applications, both server and clients, or in other words consumers and producers. So there is a need...
With each release now, we would have to do https://github.com/asyncapi/website/pull/720 The manual changes introduced in ☝🏼 PR should be automated, basically [this](https://github.com/asyncapi/spec/blob/master/.github/workflows/new-spec-release.yml) workflow needs to be extended.
#### Reason/Context I'd like to use generator not only to scaffold my project when I start working on my application. I also want to use it continuously, every time I...
#### Describe the bug ``` ✓ generated using Nunjucks template (492ms) #html-template ✓ generate using React template (4875ms) #markdown-template ``` Markdown template is the simples one we have, yet it...