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

Feature/articles: transform valid markdown to nodes #301

Open
wants to merge 32 commits into
base: feature/articles
Choose a base branch
from

Conversation

maerzhase
Copy link
Contributor

@maerzhase maerzhase commented Jul 30, 2022

Implements the following auto format rules:

# Headline1

## Headline2

### Headline3

#### Headline4

##### Headline5

###### Headline 6

> Blockquote

Paragraph with **bold**, *italic* and `inlineCode`

Links [www.google.de](https://www.google.de)

::tezos-storage[]{contract="KT1KEa8z6vWXDJrVqtMrAeDVzsvxat3kHaCE" path="token_metadata:174701"}

::embed-media[]{href="https://youtu.be/7gUh8j5ui0o"}

Images ![caption](http://localhost:3000/mstile-150x150.png)

Progress

  • inline styles
  • block types (headings, blockquote, paragraph)
  • directives (embed-media, tezos-storage)
  • links
  • Math block
  • lists
  • image
  • Auto format on paste
    • Block Types
    • Directives
    • links
    • inline styles
    • math block
    • lists
    • image

@maerzhase maerzhase added this to the Articles standalone milestone Jul 30, 2022
@maerzhase maerzhase requested a review from ciphrd July 30, 2022 08:54
@vercel
Copy link

vercel bot commented Jul 30, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
fxhash ❌ Failed (Inspect) Sep 24, 2022 at 8:49AM (UTC)

@maerzhase maerzhase self-assigned this Aug 9, 2022
also adds a normalisation into the constraints plugin
to wrap single listItems within a list parent
@maerzhase maerzhase changed the base branch from feature/articles to dev September 24, 2022 08:39
@maerzhase maerzhase changed the base branch from dev to feature/articles September 24, 2022 08:47
@maerzhase maerzhase changed the title Feature/#219 transform valid markdown to nodes Feature/articles: transform valid markdown to nodes Nov 15, 2022
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

Successfully merging this pull request may close these issues.

Article editor, markdown transformation of the text if syntax is valid
2 participants