Bryan Klein

Results 17 issues of Bryan Klein

GitLab offers some unique advantages over GitHub in terms of CI/CD and site hosting. Here you can see where I am using GitLab CI to build HTML files from Madoko...

Please see this StackBlitz where I have setup a simple reproduction of the problem I am seeing on my site. https://stackblitz.com/edit/sveltejs-kit-template-default-n8m4fc?file=vite.config.js ``` [plugin:vite-plugin-svelte] /src/routes/blockTest/+page.md:12:27 Expected } /src/routes/blockTest/+page.md:12:27 10 | 11...

mdsvex

I know you are busy with FDS 7 development now, and this isn't an urgent feature request, but I wanted to document some ideas that have come from past discussions...

enhancement

# Feature request ## Is your feature request related to a problem? Please describe. I am building an application where the authenticated users are all from a specific domain. I...

enhancement
auth

In the tree output from the toHast function there is a string like ```lineBreak\u000bThis line contains a shift-enter soft line-break here\u000bThis bit is after the line break.``` This string contains...

I think the section in the code related to this issue is: https://github.com/asciidoctor/asciidoctor-mathematical/blob/d82041ddce64ea6014f3f3d613f3d5e6c4d257d3/lib/asciidoctor-mathematical/extension.rb#L202 Here is some frontmatter I have set up now in a file. ``` ifdef::backend-pdf[] :imagesdir: /builds/tecidev/support/static/images :imagesoutdir:...

Please see this page for a working example. [Render SVG Charts Server-side With D3.js](http://www.gregjopa.com/2013/11/render-svg-charts-server-side-with-d3-js/) If this could be used to take a chart to svg file and then insert it...