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

bug: marked ignore syntax highlighting #19

Closed
daniele-zurico opened this issue Nov 15, 2016 · 3 comments
Closed

bug: marked ignore syntax highlighting #19

daniele-zurico opened this issue Nov 15, 2016 · 3 comments

Comments

@daniele-zurico
Copy link

daniele-zurico commented Nov 15, 2016

when in the readme file you try to specify the language to use it's ignored.
example:
html
should produce something like that:

<h1>
  <a name="heading-" class="anchor" href="#heading-">
    <span class="header-link"></span>
  </a>
  heading+
</h1>

instead it produce:

<h1>
  <a name="heading-" class="anchor" href="#heading-">
    <span class="header-link"></span>
  </a>
  heading+
</h1>

reference: https://github.com/chjj/marked#highlight

@vogloblinsky vogloblinsky changed the title marked ignore syntax higlighting bug: marked ignore syntax higlighting Nov 15, 2016
@vogloblinsky vogloblinsky changed the title bug: marked ignore syntax higlighting bug: marked ignore syntax highlighting Nov 15, 2016
@daniele-zurico
Copy link
Author

Looks like that the internal .md still doesn't recognise it

@vogloblinsky
Copy link
Contributor

I just updated the ng2 demo app with two code block in main README and todoComponent README file.
https://compodoc.github.io/compodoc-demo-todomvc-angular2/components/TodoComponent.html
Is your issue different ?

@lock
Copy link

lock bot commented Oct 1, 2019

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem. Why locking ? Having issues with the most up-to-date context.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants