-
Notifications
You must be signed in to change notification settings - Fork 35
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
source-viewer directive not being applied in descriptions #132
Comments
Vertafore/docular-ng-plugin#3 source-viewer directive not being applied in descriptions
Vertafore#3 source-viewer directive not being applied in descriptions
Im still having this issue in version 0.8.14 all the other markup syntax works just fine, bit not showing the code snippets correctly even though I see the directive when I inspect the html page Im using the same code as below: apt-get install git || $ brew install git || download installer and execute;
apt-get install nodejs || $ brew install nodejs || download installer and execute;
npm install -g yo;
npm install -g bower;
npm install -g grunt-cli;
npm install -g generator-angular-fulstack; |
@jonathan-casarrubias could you please create an example of your problem, put it on github, so I can check your case and see if I can do something about it ? thanks. |
Same here it looks like the directive "sourceViewer" is not being called when you are looking at a group content, but as soon as you click "show code" it's being called for the source, never for the group item description. I'll provide a demo as soon as I can. |
Code sections in my @description sections are not properly being formatted. The markdown looks like this:
/**
* ```js
* var someCode;
* ```
*/
And the HTML on the page ends up as follows:
var someCode
with the directive not being applied. This was reproduced in Chrome and Firefox. The "Usage" section of modals however applied the directive as would be expected (I would assume), with
The text was updated successfully, but these errors were encountered: