-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The component should be able to also render the code inside of a code file, it could be called in both ways.
The current, with inline code:
<code-viewer title="main.js">
console.log("Hi!");
</code-viewer>Also with a code file:
<code-viewer file="main.js"/>where main.js contains:
console.log("Hi!");If the user mistakenly uses both, one should be preferred.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request