Giter Club home page Giter Club logo

Comments (2)

Eraldo avatar Eraldo commented on July 18, 2024

I think that is the default markdown behaviour.
I have the same issue.

Turning gfm for the renderer should solve the problem.

However, I have not yet figured out how to customise the renderer for my whole project.
I do see that they have an example for how to do it for a single component. I want it for my project in general.

I can also see that that is something on the todo list of the project: https://github.com/dimpu/angular2-markdown/blob/master/README.md#todo
=> "Module configuration for markdown settings"

I tried overwriting the settings like this in my config service:

this.markdownService.setMarkedOptions({gfm: true, breaks: true})

But that does not seem to work either. :|

Update:
It does work if I do this every module where I am using it:
this.markdownService.setMarkedOptions({gfm: true, breaks: true})
In my case this is true, because I am using lazy loading (ionic 3).

from ngx-md.

Eraldo avatar Eraldo commented on July 18, 2024

Why was this closed?
Has it been solved?
I am still experiencing this issue.

from ngx-md.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.