Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown Code fails to indent consistently #185

Open
Dudecor3 opened this issue Jan 2, 2020 · 0 comments
Open

Markdown Code fails to indent consistently #185

Dudecor3 opened this issue Jan 2, 2020 · 0 comments

Comments

@Dudecor3
Copy link

Dudecor3 commented Jan 2, 2020

When I'm using the module and writing code blocks within markdown, it will sometimes display the code properly (with indents) and sometimes without. Example below:

@Component({
    selector: 'app-mobile-navigation',
    templateUrl: './mobile-navigation.component.html',
    styleUrls: ['./mobile-navigation.component.scss']
})
export class MobileNavigationComponent{}

Sometimes it will render this way, however sometimes it will render without the indentation

@Component({
selector: 'app-mobile-navigation',
templateUrl: './mobile-navigation.component.html',
styleUrls: ['./mobile-navigation.component.scss']
})
export class MobileNavigationComponent{}

I'll attach some images
image

image

Browser: Version 79.0.3945.88 (Official Build) (64-bit)
Angular:

    "@angular/animations": "~8.2.9",
    "@angular/common": "~8.2.9",
    "@angular/compiler": "~8.2.9",
    "@angular/core": "~8.2.9",
    "@angular/forms": "~8.2.9",
    "@angular/platform-browser": "~8.2.9",
    "@angular/platform-browser-dynamic": "~8.2.9",
    "@angular/pwa": "^0.803.20",
    "@angular/router": "~8.2.9",
    "@angular/service-worker": "~8.2.9",

ngx-md version: "^8.0.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant