-
Notifications
You must be signed in to change notification settings - Fork 1
List of Kata with font Tag in Description
Blind4Basics edited this page Jun 23, 2022
·
12 revisions
Some descriptions are rendered in huge text and this is caused by the description having invalid HTML like unclosed <font>
with huge size set, affecting the entire description.
In general, when writing kata descriptions, avoid using HTML unless it's really necessary to describe the kata and write descriptions in correct Markdown to minimize the risk of breaking in the future.
This page lists description including <font
that may be having this issue. Please help checking if it does, and updating them if it does.
To fix, correct the HTML or simply remove <font>
which is obsoleted anyways and use style
attribute instead.
You may also want to clean up the description as well.
- Some have it's name in
<font>
at the top and usually it's redundant, so consider removing - Some use multiple
<h1>
(# H1
) and it should be changed to at most<h2>
- Some have bad Markdown (valid, but probably not intended)
- Odd-Even Compositions
- (m, k)-Perfect Number
- 6 By 6 Bimaru Solver
- Are you Geometric or Arithmetic? No, I´m both of them.
- Basics 01: Convert any Number (Double) to Fraction
- Basics 02: String - Array - Result?
- Basics 05: Text Search
- Basics 09: Shifting Bits, right...?
- Basics 10: Shifting Bits, left...?
- Brian's Brain
- Broken Image - Puzzles #1
- Bulk up!
- Closest friends
- Code Adventurer Guild: HongKong
- Crazy programmer 01: find SuperMan
- Crazy programmer 03: Must praise
- Creating a new LINQ operator: SelectConsecutive
- Cross the Bridges
- Diophantine Equation Solver
- Distributing Candies Fairly Pro
- Double Even Magic Square
- Easy, but Crazy Calculator
- Exponentiation of numbers
- Find four numbers
- Find the integer sequences
- First n Prime Numbers
- Fruit Machine
- Game of Thrones : Wildlings are coming!
- Graphics 01: Drawing Lines
- Graphics 02: Drawing Circles
- Graphics 03: Drawing Ellipse, rotate by angle
- Graphics 04: Complete Function Grapher (~15 Lines of Code?!)
- Guess Who?
- Hamming(7,4) code - Message encoding
- Help Green Lantern with his web site
- Hidden pixels
- Horse racing(田忌赛马)
- Hungry Hippos
- I guess this is a 6kyu kata #3: Trim the Christmas tree
- It is written in the stars
- Kids and candies
- Linear equations N x M, complete solution space, fraction representation
- Map and Filter to Get a Special Sequence of Integers
- Mastermind
- myjinxin katas #004 : Soldier's queue training(easy version)
- not So Easy: Count characters 2
- not So Easy: Replace character according to shape
- Num & Block -- Play game Series #13
- Number Maze -- Play game Series #12
- Numerical Palindrome #3.5
- One Line Task: Count "Word"
- Parsing and evaluation of mathematical expressions
- Pattern 01: Merry Christmas (sometimes little bit out of time;-))
- Pigs in a Pen
- Pirate Island Conquer Part 2
- Play with two Strings
- Plenty of Fish in the Pond
- Reversi Win Checker
- Series Forensics
- Simple beads count
- Simple Fun #289: Sum The Difference
- Simple Fun #369: Count Binary Substring I
- Simple Fun #371: Four Sum II
- Simple Fun #55: Cyclic String
- Simple Fun #8: Kill K-th Bit
- Simple Fun #82: Star Rotation
- Snakes and Ladders
- Solving Linear Equations N x N (Gauss, Part 1/2)
- Stargate SG-1: Cute and Fuzzy (Improved version)
- The 8 Elements Of Spells
- Treebeard #Determine Tree Age
- Ulam Sequences (performance edition)
- User class for Banking System
- Vending Machine
- Visa application centre
- Agda Kata that require rank adjustment
- List of Possible Duplicate Kata
- List of kata that are candidates to retirement
- List of Kata with font Tag in Description (possibly broken)
- Potentially Plagiarized Kata
- Tags and topics to assign to kata
- List of Agda Kata to Update
- List of C Kata to Update
- List of C++ Kata to Update
- List of COBOL Kata to Update
- List of Coq Kata to Update
- List of Crystal Kata to Update
- List of C# Kata to Update
- List of Dart Kata to Update
- List of Elixir Kata to Update
- List of Go Kata to Update
- List of Haskell Kata to Update
- List of Java Kata to Update
- List of JavaScript Kata to Update
- List of Kotlin Kata to Update
- List of Lean Kata to Update
- List of Nim Kata to Update
- List of PHP Kata to Update
- List of Python Kata to Update
- List of Racket Kata to Update
- List of Ruby Kata to Update
- List of Rust Kata to Update
- List of Scala Kata to Update
- List of Solidity Kata to Update
- List of Swift Kata to Update
- List of TypeScript Kata to Update