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

cleanup markdown tables #529

Merged
merged 7 commits into from Sep 16, 2021
Merged

Conversation

ugwueze-dev
Copy link
Contributor

This cleans up the loop of markdown tables by using equal cell widths. It also uses alternating row colors.
It fixes an issue with lists where formatted list content is displayed below It's bullet.

Copy link
Contributor

@beansgum beansgum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Line break does not work. Two spaces followed by a new line is supposed to break to the next line.
First line  
Second line   
third line

  • Strikethrough doesn't work either.
~~The world is flat.~~

Expected:
The world is flat.

  • Ruler does not work.
before ruler
---
after ruler

Expected:

before ruler

after ruler

| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |
  • Emphasis does not work
Emphasis, aka italics, with *asterisks* or _underscores_.

Expected:
Emphasis, aka italics, with asterisks or underscores.

  • Trying to use bold causes all the text to be bold and double underscores breaks to the next line.
Emphasis, aka italics, with *asterisks* or _underscores_.
Strong emphasis, aka bold, with **asterisks** or __underscores__.

Expected:
Emphasis, aka italics, with asterisks or underscores.
Strong emphasis, aka bold, with asterisks or underscores.

@Sirmorrison Sirmorrison added this to Review in progress in godcr board Aug 14, 2021
Copy link
Contributor

@beansgum beansgum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The bugs listed in the first 3 bullet points of the inital review are not fixed.

beansgum added a commit to beansgum/godcr that referenced this pull request Aug 17, 2021
* privacy: add introduction card and popup message

* Implement privacy page design

- add privacy introduction card to overview page
- add 'new' badger on privacy list items under wallet options
- add SetupPrivacy page
- update list cards design to include divider lines and higher radius

* complete account mixer page design and functionality

* Add mixer status card to overview page

* add 'go to mixer' button in overview page

* Multi-wallet mixing status

* coin format: add foreground color span

* privacy: check account name for conflict before creating privacy accounts

* remove unnecessary comments

* Fix faint transaction list divider

* privacy: add auto and manual setup screens

* Remove excess parameters from account spinner and make them class memebers

- add account filter to filter out accounts from account picker

* privacy: implement manual mixer setup

* account picker: add support for showing just one wallet
@Sirmorrison Sirmorrison moved this from Review in progress to blocked in godcr board Aug 18, 2021
@beansgum beansgum self-assigned this Aug 21, 2021
@Sirmorrison Sirmorrison moved this from blocked to In Progress in godcr board Aug 24, 2021
@Clariceco
Copy link

@C-ollins Now that Codemaestro is no longer working on this what is needed? Who should be dealing with it?

@beansgum
Copy link
Contributor

This pr is waiting for review.

@Sirmorrison
Copy link
Contributor

Sirmorrison commented Sep 16, 2021

I am not mistaking, this text here are supposed to be rendered as links right and not what is in the screenshot.

image

@beansgum
Copy link
Contributor

No those are codeblocks, they’re meant to be rendered as code though we’re not doing syntax highlighting.

godcr board automation moved this from In Progress to Approved Sep 16, 2021
@Sirmorrison Sirmorrison merged commit 6bf208d into planetdecred:master Sep 16, 2021
godcr board automation moved this from Approved to Done Sep 16, 2021
song50119 pushed a commit to song50119/godcr that referenced this pull request Apr 24, 2022
* cleanup markdown tables

* correctly render markdown widgets

* separate html and markdown renderers

* render list items

* Render code and code block

- Remove clickable links

* Reduce H4 text size to 32

* Set text size for all header levels

Co-authored-by: Olanrewaju Collins <ocollins444@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
godcr board
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

5 participants