# AngularJS is in LTS mode We are no longer accepting changes that are not critical bug fixes into this project. See https://blog.angular.io/stable-angularjs-and-long-term-support-7e077635ee9c for more detail. <!-- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATION --> <!-- - For *SUPPORT QUESTIONS*, use one of the [support channels](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#question). - Before submitting, please **SEARCH GITHUB** for a similar issue or PR. --> **I'm submitting a ...** <!-- (check one with "x") --> - [ ] regression from 1.7.0 - [ ] security issue - [ ] issue caused by a new browser version - [x] other <!--(Please do not submit support requests here - see above)--> **Current behavior:** <!-- Describe how the bug manifests / how the current features are insufficient. --> - Described in PR https://github.com/angular/angular.js/pull/17141 **Expected / new behavior:** <!-- Describe what the behavior would be without the bug / how the feature would improve AngularJS --> - `dgeni` and `dgeni-packages` can be updated without breaking the markdown rendering of the docs **Minimal reproduction of the problem with instructions:** <!-- If the current behavior is a bug or you can illustrate your feature request better with an example, please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:yBpEi4). --> 1. Update `dgeni` and `dgeni-packages` 2. Run the docs and see rendering issues with markdown. **AngularJS version:** 1.8.2 **Browser:** all **Anything else:** <!-- e.g. stacktraces, related issues, suggestions how to fix --> The alternative to this labor intensive task is pinning `marked to `0.3.6` as is done in PR https://github.com/angular/angular.js/pull/17141. However, in https://github.com/angular/angular.js/pull/17141#discussion_r646466923, Pete suggested that > Rather than pinning marked we should just fix the docs to be CommonMark compliant.
AngularJS is in LTS mode
We are no longer accepting changes that are not critical bug fixes into this project.
See https://blog.angular.io/stable-angularjs-and-long-term-support-7e077635ee9c for more detail.
I'm submitting a ...
Current behavior:
Expected / new behavior:
dgenianddgeni-packagescan be updated without breaking the markdown rendering of the docsMinimal reproduction of the problem with instructions:
dgenianddgeni-packagesAngularJS version: 1.8.2
Browser: all
Anything else:
The alternative to this labor intensive task is pinning
marked to0.3.6` as is done in PR #17141.However, in #17141 (comment), Pete suggested that