JetBrains / JetBrains/markdown

Everything behind the html tag is parsed as text on windows

Open
#138 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
958
Forks
104
Avg merge
17h 30m
Merged PRs (30d)
12

Description

```markdown

Diagram showing overall app architecture

The architecture follows a reactive programming model with [unidirectional data flow](https://developer.android.com/jetpack/guide/ui-layer#udf). With the data layer at the bottom, the key concepts are:

* Higher layers react to changes in lower layers.
* Events flow down.
* Data flows up.

The data flow is achieved using streams, implemented using [Kotlin Flows](https://developer.android.com/kotlin/flow).

### Example: Displaying news on the For You screen

When the app is first run it will attempt to load a list of news resources from a remote server (when the `prod` build flavor is selected, `demo` builds will use local data). Once loaded, these are shown to the user based on the interests they choose.

The following diagram shows the events which occur and how data flows from the relevant objects to achieve this.

```

I use this library on jvm target. But with the markdown above, content is parsed as text that starts with an html tag (like ``), this problem happends on Windows, i'm normal on MacOS.

![image](https://github.com/JetBrains/markdown/assets/48782433/f800da31-eeb7-440f-982b-8047daa4655c)

## Test File
[ArchitectureLearningJourney.md](https://github.com/JetBrains/markdown/files/13342981/ArchitectureLearningJourney.md)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.