Skip to content

Code blocks processing returns confluence_escaped #74

Description

@glebkuzn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions