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

Feature/41 add highlightr for the markdown.code block view #77

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

Stampoo
Copy link
Contributor

@Stampoo Stampoo commented Mar 26, 2021

Description

  • Add Highlightr dependence for highlight code depends on syntax
  • Add CodeView with implement Highlightr

How has this been tested?

Build and run app, move to detail question, code highlight with depends on syntax (see tag on question) and rule at this JS library https://highlightjs.org/static/demo/

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

What to look for?

  • Library does not have automatic detect language

Closes #41

@Stampoo Stampoo added feature New feature or request Low Low priority labels Mar 26, 2021
@Stampoo Stampoo self-assigned this Mar 26, 2021
@Stampoo Stampoo force-pushed the feature/41-Add-Highlightr-for-the-Markdown.CodeBlockView branch from d226dd1 to ee6048f Compare March 26, 2021 11:50
@erikbasargin erikbasargin added the WIP Work in process label Apr 9, 2021
@Stampoo Stampoo force-pushed the feature/41-Add-Highlightr-for-the-Markdown.CodeBlockView branch from ee6048f to 9c2f670 Compare April 30, 2021 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request Low Low priority WIP Work in process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Highlightr for the Markdown.CodeBlockView
2 participants