LukeTOBrien
LukeTOBrien
Hello there, I have been interested in Markdown presentation Frameworks, I am interested in Remark because I like the simplicity and I want to keep my text and assets separate...
Hello, I have just seen your `Pro` button on your website, so I will wait to see what's included. I have move from using jQueryUI for drag/drop to using InteractJs....
I am getting the following error: ``` ERROR in ng:.../node_modules/ng2-fan-menu/menu-container.component.d.ts.MenuContainerComponent.html (2,237): Supplied parameters do not match any signature of call target. ``` 😕 😖
I am creating a GUI application where users can create [property keyframe animations](https://animejs.com/documentation/#propertyKeyframes) by changing CSS styles and clicking a 'Add Frame' button, they can add as many frames as...
I am creating a WYSIWYG editor, the user can create animations by changing CSS properties using my editor and then clicking a 'Add Frame' button, this creates a [property keyframe](https://animejs.com/documentation/#propertyKeyframes)....
Hello I am getting the following error whilst importing jQuery and assigning it to a variable: ``` @parcel/transformer-js: Registering service workers with a string literal is not supported. C:\VB Azure\EntERPro\UI\ASP\static\Script\script.ts:16:38...
Hello, I've just been looking at ways of including figures in my markdown document, I notice you have [Figure support with fenced code](https://github.com/xoofx/markdig/blob/master/src/Markdig.Tests/Specs/FigureFooterAndCiteSpecs.md) but I am working on a project...
Hello there Do you think you could add [SketchFab](https://sketchfab.com/) to your [Media Extensions](https://github.com/lunet-io/markdig/blob/master/src/Markdig.Tests/Specs/MediaSpecs.md)? So you could have: ```markdown  ``` The embed code for SketchFab is much longer...
Hello there, I am working on a project and I am looking for a good way to cite the name of an author after a 'blockquote'. Using [Markdown-it](https://markdown-it.github.io/) a double...
Hello, It seems that when I create a container with more than one class, only the first class is rendered. The following Markdown: ```markdown ::: a-class another-class ::: ``` I...