Skip to content
#

compile

Here are 214 public repositories matching this topic...

rbalet
rbalet commented Nov 19, 2019

🐛 Bug Report

when using backtick within a table, the pipe | wont be espace by the backslash \
(originally raised here)

To Reproduce

try this code within a docusaurus md file

| Test                            | x        | x   |
| ------------------------------- | -------- | --- |
| `this pipe \| should be espace` |
perguth
perguth commented Jun 9, 2019

This a 🐛 bug report.

.documents is not accepting an object as second parameter even though it's documented in the README.

Expected Behavior

var someState = { render: 'me' }

// Documented API:
// `compiler.documents(routename, [opts], done(err, { buffer, hash }))`
compiler.documen
headius
headius commented Aug 18, 2019

When a compiled script is run from $PATH it appears to be unable to locate its own file path.

An example with the JRuby bash launcher:

[] ~/projects/jruby $ bin/jruby.bash -e 'puts ENV_JAVA["jruby.home"]'
/Users/headius/projects/jruby

[] ~/projects/jruby $ jruby.bash -e 'puts ENV_JAVA["jruby.home"]'
/Users/headius/projects/jruby

[] ~/projects/jruby $ shc -f bin/jruby.bash -o bin
BananaAcid
BananaAcid commented Apr 2, 2020

Configure Extension Settings on a User seems to be globally.

Means: Turning the options off in he User settings, and trying to enable them for a specific project, won't work - it stays off. But in my case, it should generally be turned off and enabled on a per project basis.

Could you add to the documentation a way to activate the plugin and setting the config for a project only?

a **

ivanchuk
ivanchuk commented Dec 5, 2016

Please, could you add an example of a helper and how to use it.
I can register a helper, but when I append it to a template, the helper did not render.

My helper is:

// helpers/salutation.js
module.exports = function(context, options) {
  return 'Hi, everybody';
};

and my template:

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>

Improve this page

Add a description, image, and links to the compile topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the compile topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.