jeffreytse / jekyll-spaceship

🚀 A Jekyll plugin to provide powerful supports for table, mathjax, plantuml, mermaid, emoji, video, audio, youtube, vimeo, dailymotion, soundcloud, spotify, etc.
MIT License
605 stars 63 forks source link

Text between double brackets in code block have disappeared #68

Closed hoonti06 closed 2 years ago

hoonti06 commented 2 years ago

Hi, I have some problem to convert YAML code block.

I want to convert code block as below.

```yml
- name: Upload & release
   uses: mnao305/chrome-extension-upload@2.1.0
   with:
      file-path: frontend/extension/build.zip
      extension-id: 'abcdefghijklmnopqrstuvwxyzabcdef'
      client-id: ${{ secrets.GOOGLE_CLIENT_ID }}
      refresh-token: ${{ secrets.GOOGLE_REFRESH_TOKEN }}
```

but, result is not I expected.

{{ secrets.GOOGLE_CLIENT_ID }} and {{ secrets.GOOGLE_REFRESH_TOKEN }} have disappeared in rendered HTML.

jeffreytse commented 2 years ago

Hi @hoonti06

I don't understand your issue, could you provide me some more details?

Thanks and Regards

hoonti06 commented 2 years ago

There are {{ secrets.GOOGLE_CLIENT_ID }} and {{ secrets.GOOGLE_REFRESH_TOKEN }} in code block, but they have disappeared in rendered HTML

hoonti06 commented 2 years ago

Sorry, I was wrong. This is not jekyll-spaceship issue.