Questions tagged [javascript-marked]

Use this tag for any question related to open source `marked` project

A full-featured markdown parser and compiler, written in JavaScript. Built for speed.

More info on github

32 questions
0
votes
0 answers

Assemble API - Post render helpers - Marked.js

I'm trying to build pages via Assemble API. So far I can render the pages, as expected. However, I'm trying to apply Marked.js to the render process and am at a total loss as to how to add it. My assemble script looks like: const assemble =…
DigitalKrony
  • 65
  • 1
  • 1
  • 8
0
votes
1 answer

Rendering in MarkedJS

I have this problem where it dosent render my code properly for some odd reason, and ill show you my code. So here is my code from the Controller(AngularJS) : $scope.$watch('creatorValue', function(current, original) { var htmlVal =…
amanuel2
  • 4,268
  • 2
  • 29
  • 61
1 2
3