marksy icon indicating copy to clipboard operation
marksy copied to clipboard

📑 A markdown to custom VDOM components library

Results 22 marksy issues
Sort by recently updated
recently updated
newest added

Over the last 12 months the marked library fixed a couple of issues, regarding security, performance and also regExr. Currently I'm facing the following problem when using Addon-Info in Combination...

help wanted

br tag does not work inside a table. br tag is displayed as text. | Name | Type | Description | | --------- | ---------------------- | ----------- | | tables...

Hello, Is something like this doable? ``` - list item - list item 2 - list item containing custom component ``` When `custom component` is not inside the list it...

I'm about to use marksy for pulling markdown from github (via their wonderful graphl API) and I was curious about how I would use marksy to get frontmatter working (for...

If I try to pass an onClick to a custom component, the component is not rendered and no error is shown in the console. Here's how I'm defining my custom...

It adds a huge amount of code into resulting bundles for a very little gain in my opinion. I haven't look into alternatives yet, want to know your opinion first.

enhancement
help wanted

We get some weird `{{1}}` thing when trying to render a img inside of a div. Here is the console.log of the string coming in. ![image](https://user-images.githubusercontent.com/17182194/28739249-9cd85c98-73b6-11e7-925e-1f86f6e444af.png) Here is the Markdown...

bug

Hi all, I have an issue when using marksy on IE11 I use marky to render the string have format ``` ``` It works smooth on Chrome, Firefox, Safari, ......

Hi there, I've built a small component inside of which I want to render some text. The text, however, has curly braces inside of it, and this isn't playing nicely...

Hi, I've noticed a few people remark on how inline HTML doesn't get processed by marksy. I'm wondering if you have an idea of how one could add superscripts to...