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

Code blocks processing returns confluence_escaped #74

Open
glebkuzn opened this issue Aug 2, 2024 · 0 comments
Open

Code blocks processing returns confluence_escaped #74

glebkuzn opened this issue Aug 2, 2024 · 0 comments

Comments

@glebkuzn
Copy link

glebkuzn commented Aug 2, 2024

foliant-docs converts some python code blocks into [confluence_escaped hash=%2b99af929c6ef7ec82bd16e4276025fa%]
here are examples of code blocks:

from data_sdk.utils.ab_estimation import EstimateAB
pip install pyspark==3.1.2

here are configs of foliant.yml

preprocessors:
  - plantuml:
      format: png
      as_image: false
      parse_raw: true
  - repolink

backend_config:
  confluence:
    title: 
    host:
    login: 
    password: 
    space_key:
    parent_id:
    restore_comments: true
    test_run: false
    notify_watchers: false
    toc: true
    nohead: false
    resolve_if_changed: false
    codeblocks:
      theme: confluence
      linenumbers: true
      collapse: false
    plantuml:
      parse_raw: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant